PDFNet: Pointwise Dense Flow Network for Urban-Scene Segmentation
Venkata Satya Sai Ajay Daliparthi

TL;DR
PDFNet is a lightweight neural network architecture designed for urban-scene segmentation that effectively captures small classes and performs well with limited training data, improving over existing methods.
Contribution
The paper introduces PDFNet, a novel dense residual architecture with shortcut connections that enhances small class detection and reduces data requirements in urban-scene segmentation.
Findings
Outperforms baselines on Cityscapes and CamVid benchmarks.
Excels in few-data regimes and out-of-distribution detection.
Achieves significant improvements in small class segmentation.
Abstract
In recent years, using a deep convolutional neural network (CNN) as a feature encoder (or backbone) is the most commonly observed architectural pattern in several computer vision methods, and semantic segmentation is no exception. The two major drawbacks of this architectural pattern are: (i) the networks often fail to capture small classes such as wall, fence, pole, traffic light, traffic sign, and bicycle, which are crucial for autonomous vehicles to make accurate decisions. (ii) due to the arbitrarily increasing depth, the networks require massive labeled data and additional regularization techniques to converge and to prevent the risk of over-fitting, respectively. While regularization techniques come at minimal cost, the collection of labeled data is an expensive and laborious process. In this work, we address these two drawbacks by proposing a novel lightweight architecture named…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Video Surveillance and Tracking Methods · Remote Sensing and LiDAR Applications
