paper-with-me

홈 › Papers

A Lightweight NMS-free Framework for Real-time Visual Fault Detection System of Freight Trains

2022-05-25 · Guodong Sun, Yang Zhou, Huilin Pan, Bo Wu, Ye Hu, Yang Zhang

Real-time vision-based system of fault detection (RVBS-FD) for freight trains is an essential part of ensuring railway transportation safety. Most existing vision-based methods still have high computational costs based on convolutional neural networks. The computational cost is mainly reflected in the backbone, neck, and post-processing, i.e., non-maximum suppression (NMS). In this paper, we propose a lightweight NMS-free framework to achieve real-time detection and high accuracy simultaneously. First, we use a lightweight backbone for feature extraction and design a fault detection pyramid to process features. This fault detection pyramid includes three novel individual modules using attention mechanism, bottleneck, and dilated convolution for feature enhancement and computation reduction. Instead of using NMS, we calculate different loss functions, including classification and location costs in the detection head, to further reduce computation. Experimental results show that our framework achieves over 83 frames per second speed with a smaller model size and higher accuracy than the state-of-the-art detectors. Meanwhile, the hardware resource requirements of our method are low during the training and testing process.

📄 PDF Abstract BibTeX arXiv:2205.12458

Code (0)

등록된 구현이 없습니다.

Tasks

Fault Detection

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…
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…
Dilated Convolution 설명 없음

Similar Papers 제목 키워드 기반

PhysTalk: Language-driven Real-time Physics in 3D Gaussian Scenes

2025-12-31 · Luca Collorone, Mert Kiray, Indro Spinelli, Fabio Galasso 외 arxiv

Realistic visual simulations are omnipresent, yet their creation requires computing time, rendering, and expert animation knowledge. Open-vocabulary visual effects generation from text inputs emerges as a promising solut…

EmbodiedDiffusion: End-to-End Traversability-Guided Visual Diffusion for Heterogeneous Robot Navigation

2025-12-02 · Iana Zhura, Sausar Karaf, Faryal Batool, Nipun Dhananjaya Weerakkodi Mudalige 외 arxiv

Visual traversability estimation is central to autonomous navigation, yet most approaches either rely on prompt-driven Vision-Language Model (VLM) or decouple traversability from trajectory planning, requiring separate p…

Prompt Engineering

TestMate: Test-Time Domain Adaptation Aided by Lightweight Vision Foundation Model

2026-07-04 · Dimitrios Fotiou, Vasileios Mygdalis, Ioannis Pitas arxiv

Test-Time Domain Adaptation (TTDA) aims to adapt Deep Neural Networks to distribution shifts using only streaming, unlabeled test data in real time. Current methods for semantic segmentation tasks suffer from critical li…

Source-Free Domain AdaptationSemantic SegmentationInstance Segmentation

Sanvaad: A Multimodal Accessibility Framework for ISL Recognition and Voice-Based Interaction

2025-12-06 · Kush Revankar, Shreyas Deshpande, Araham Sayeed, Ansh Tandale 외 arxiv

Communication between deaf users, visually im paired users, and the general hearing population often relies on tools that support only one direction of interaction. To address this limitation, this work presents Sanvaad,…

Text SummarizationSpeech Recognition

AI-Assisted Adaptive Rendering for High-Frequency Security Telemetry in Web Interfaces

2026-02-02 · Mona Rajhans arxiv

Modern cybersecurity platforms must process and display high-frequency telemetry such as network logs, endpoint events, alerts, and policy changes in real time. Traditional rendering techniques based on static pagination…