paper-with-me

Papers

TResNet: High Performance GPU-Dedicated Architecture

2020-03-30 · Tal Ridnik, Hussam Lawen, Asaf Noy, Emanuel Ben Baruch, Gilad Sharir, Itamar Friedman

Many deep learning models, developed in recent years, reach higher ImageNet accuracy than ResNet50, with fewer or comparable FLOPS count. While FLOPs are often seen as a proxy for network efficiency, when measuring actual GPU training and inference throughput, vanilla ResNet50 is usually significantly faster than its recent competitors, offering better throughput-accuracy trade-off. In this work, we introduce a series of architecture modifications that aim to boost neural networks' accuracy, while retaining their GPU training and inference efficiency. We first demonstrate and discuss the bottlenecks induced by FLOPs-optimizations. We then suggest alternative designs that better utilize GPU structure and assets. Finally, we introduce a new family of GPU-dedicated models, called TResNet, which achieve better accuracy and efficiency than previous ConvNets. Using a TResNet model, with similar GPU throughput to ResNet50, we reach 80.8 top-1 accuracy on ImageNet. Our TResNet models also transfer well and achieve state-of-the-art accuracy on competitive single-label classification datasets such as Stanford cars (96.0%), CIFAR-10 (99.0%), CIFAR-100 (91.5%) and Oxford-Flowers (99.1%). They also perform well on multi-label classification and object detection tasks. Implementation is available at: https://github.com/mrT23/TResNet.

📄 PDF Abstract BibTeX arXiv:2003.13630

Code (3)

mrT23/TResNet 공식 구현 pytorch
rwightman/pytorch-image-models 공식 구현 pytorch
Alibaba-MIIL/TResNet pytorch

Tasks

Fine-Grained Image ClassificationGeneral ClassificationGPUImage ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONobject-detectionObject DetectionVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

(TravEL!!Guide)How Do I File a Claim with Expedia? How Do I File a Claim with Expedia? Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Fast Help & Exclusive Travel Discounts!Need to file a claim with…
+ ( 1 ) ⟷ 888 ⟷ ( 829 ) ⟷ 0881 How do I file a claim with Expedia? How do I file a claim with Expedia , call + ( 1 ) ⟷ 888 ⟷ ( 829 ) ⟷ 0881 or + ( 1 ) ⟷ 805 ⟷ ( 330 ) ⟷ 4056 and ask to speak with a manager. Explain your issue in detail and…
Tanh Activation 설명 없음
Average Pooling 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Sigmoid Activation 설명 없음
Batch Normalization 설명 없음
Anti-Alias Downsampling Anti-Alias Downsampling (AA) aims to improve the shift-equivariance of deep networks. Max-pooling is inherently composed of two operations. The first operation is to densely…

Similar Papers 제목 키워드 기반

Feature-Enhanced TResNet for Fine-Grained Food Image Classification

2025-07-17 · Lulu Liu, Zhiyong Xiao arxiv

Food is not only essential to human health but also serves as a medium for cultural identity and emotional connection. In the context of precision nutrition, accurately identifying and classifying food images is critical…

Image Classification

STResNet & STYOLO : A New Family of Compact Classification and Object Detection Models for MCUs

2026-01-08 · Sudhakar Sah, Ravish Kumar arxiv

Recent advancements in lightweight neural networks have significantly improved the efficiency of deploying deep learning models on edge hardware. However, most existing architectures still trade accuracy for latency, whi…

Image ClassificationObject Detection

TextResNet: Decoupling and Routing Optimization Signals in Compound AI Systems via Deep Residual Tuning

2026-02-09 · Suizhi Huang, Mei Li, Han Yu, Xiaoxiao Li arxiv

Textual Gradient-style optimizers (TextGrad) enable gradient-like feedback propagation through compound AI systems. However, they do not work well for deep chains. The root cause of this limitation stems from the Semanti…

PointResNet: Residual Network for 3D Point Cloud Segmentation and Classification

2022-11-20 · Aadesh Desai, Saagar Parikh, Seema Kumari, Shanmuganathan Raman

Point cloud segmentation and classification are some of the primary tasks in 3D computer vision with applications ranging from augmented reality to robotics. However, processing point clouds using deep learning-based alg…

ClassificationPoint Cloud SegmentationSegmentation

Revisiting Residual Networks for Adversarial Robustness

2023-01-01 · CVPR 2023 1 · Shihua Huang, Zhichao Lu, Kalyanmoy Deb, Vishnu Naresh Boddeti

Efforts to improve the adversarial robustness of convolutional neural networks have primarily focused on developing more effective adversarial training methods. In contrast, little attention was devoted to analyzing …

Adversarial Robustness