Skip to content

Adding pooling layers #727

Closed
Closed
@Om-Pandey

Description

@Om-Pandey

Describe the feature and the current behavior/state.
It will be a feature needed for downscaling images. Unlike max pooling, min pooling takes the values in the spatial locality of the filter which is the least and would come in handy for white background images, where data to be extracted has comparatively lesser values.

Relevant information

Which API type would this fall under (layer, metric, optimizer, etc.)
This would be a new layer.
Who will benefit with this feature?
There have been too many requests and issues on the Keras page raised for implementation of min pooling because(unlike custom pooling) it helps extract data from high contrast/brightness images where max-pooling fails.
Any other info.
I would like to start by implementing the basic min pooling, after which as mentioned in the 2nd paper above, a dynamic approach towards min pooling can be taken which would further improve the pooling dynamic to adjust to different image regions differently allowing greater retentivity of information.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions