Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENet: A Deep Neural Network Architecture for Real-Time Semantic Segmentation #19

Open
guanfuchen opened this issue Nov 21, 2018 · 4 comments

Comments

@guanfuchen
Copy link
Owner

related paper

摘要
The ability to perform pixel-wise semantic segmentation in real-time is of paramount importance in mobile applications. Recent deep neural networks aimed at this task have the disadvantage of requiring a large number of floating point operations and have long run-times that hinder their usability. In this paper, we propose a novel deep neural network architecture named ENet (efficient neural network), created specifically for tasks requiring low latency operation. ENet is up to 18* faster, requires 75* less FLOPs, has 79* less parameters, and provides similar or better accuracy to existing models. We have tested it on CamVid, Cityscapes and SUN datasets and report on comparisons with existing state-of-the-art methods, and the trade-offs between accuracy and processing time of a network. We present performance measurements of the proposed architecture on embedded systems and suggest possible software improvements that could make ENet even faster.
@guanfuchen
Copy link
Owner Author

model architecture

image

image

detail in table

image

image

@guanfuchen
Copy link
Owner Author

network design choices

image

image

image

image

image

image

image

@guanfuchen
Copy link
Owner Author

results

image

image

image

image

@guanfuchen
Copy link
Owner Author

conclusion

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant