paper-with-me

홈 › Papers

Graph-guided Architecture Search for Real-time Semantic Segmentation

2019-09-15 · CVPR 2020 6 · Peiwen Lin, Peng Sun, Guangliang Cheng, Sirui Xie, Xi Li, Jianping Shi

Designing a lightweight semantic segmentation network often requires researchers to find a trade-off between performance and speed, which is always empirical due to the limited interpretability of neural networks. In order to release researchers from these tedious mechanical trials, we propose a Graph-guided Architecture Search (GAS) pipeline to automatically search real-time semantic segmentation networks. Unlike previous works that use a simplified search space and stack a repeatable cell to form a network, we introduce a novel search mechanism with new search space where a lightweight model can be effectively explored through the cell-level diversity and latencyoriented constraint. Specifically, to produce the cell-level diversity, the cell-sharing constraint is eliminated through the cell-independent manner. Then a graph convolution network (GCN) is seamlessly integrated as a communication mechanism between cells. Finally, a latency-oriented constraint is endowed into the search process to balance the speed and performance. Extensive experiments on Cityscapes and CamVid datasets demonstrate that GAS achieves the new state-of-the-art trade-off between accuracy and speed. In particular, on Cityscapes dataset, GAS achieves the new best performance of 73.5% mIoU with speed of 108.4 FPS on Titan Xp.

📄 PDF Abstract BibTeX arXiv:1909.06793

Code (1)

L-Lighter/LightNet

Tasks

DiversityReal-Time Semantic SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Interpretability 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Graph Attention-Guided Search for Dense Multi-Agent Pathfinding

2025-10-20 · Rishabh Jain, Keisuke Okumura, Michael Amir, Amanda Prorok arxiv

Finding near-optimal solutions for dense multi-agent pathfinding (MAPF) problems in real-time remains challenging even for state-of-the-art planners. To this end, we develop a hybrid framework that integrates a learned h…

Learn to Explore: Meta NAS via Bayesian Optimization Guided Graph Generation

2025-08-13 · Zijun Sun, Yanning Shen arxiv

Neural Architecture Search (NAS) automates the design of high-performing neural networks but typically targets a single predefined task, thereby restricting its real-world applicability. To address this, Meta Neural Arch…

Neural Architecture SearchGraph Generation

Demand Forecasting from Spatiotemporal Data with Graph Networks and Temporal-Guided Embedding

2019-05-26 · Doyup Lee, Suehun Jung, Yeongjae Cheon, Dongil Kim 외

Short-term demand forecasting models commonly combine convolutional and recurrent layers to extract complex spatiotemporal patterns in data. Long-term histories are also used to consider periodicity and seasonality patte…

Demand ForecastingTime SeriesTime Series Analysis

TMR-GGNN: Credit Card Fraud Detection based on Time-Aware Multi-Relational Guided Graph Neural Network

2026-06-16 · Rohit Tewari, Shubhankar Shilpi, Navin Chhibber, Devendra Singh Parmar 외 arxiv

In recent years, credit card fraud detection has faced significant challenges due to highly imbalanced data, evolving fraud patterns, and complex relational structures among transaction entities. To address these issues,…

Graph Neural NetworkContrastive LearningFraud Detection

RT-DNAS: Real-time Constrained Differentiable Neural Architecture Search for 3D Cardiac Cine MRI Segmentation

2022-06-08 · Qing Lu, Xiaowei Xu, Shunjie Dong, Cong Hao 외

Accurately segmenting temporal frames of cine magnetic resonance imaging (MRI) is a crucial step in various real-time MRI guided cardiac interventions. To achieve fast and accurate visual assistance, there are strict req…

MRI segmentationNeural Architecture Search