Abstract

The Ensemble and mixture of expertise method is the most intuitive and simple way to improve performance in the field of recognition using convolutional neural networks (CNNs). However, Ensemble is difficult to apply in real-time operation applications because the amount of computational overhead and parameters increase in proportion to the number of models. In another, a mixture of expertise that extracts various expertise and combines it is cumbersome to apply because it requires a large change in the network. In this study, we propose Sequential Feature Filtering Classifier (FFC), a simple but effective classifier for CNNs. Using sequential LayerNorm and ReLU, FFC zeroes out low-activation units and preserves high-activation units. The sequential feature filtering process generates multiple features, which are transmitted to a shared classifier, yielding multiple outputs (multiple expertise). FFC can be applied to any CNN with a classifier and it significantly improves the performance with negligible overhead. In this study, the efficacy of FFC is validated extensively on various tasks—ImageNet-1K classification, MS COCO detection, Cityscapes segmentation, and HMDB51 action recognition. Moreover, it is empirically established that FFC can further improve performances using additional techniques, including attention modules. Code is available at <uri xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">https://github.com/seominseok0429/Sequential-Feature-Filtering-Classifier</uri> .

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.