中文
相关论文

相关论文: BIMII-Net: Brain-Inspired Multi-Iterative Interact…

200 篇论文

RGB-thermal semantic segmentation is one potential solution to achieve reliable semantic scene understanding in adverse weather and lighting conditions. However, the previous studies mostly focus on designing a multi-modal fusion module…

计算机视觉与模式识别 · 计算机科学 2024-03-05 Ukcheol Shin , Kyunghyun Lee , In So Kweon , Jean Oh

Autonomous vehicles are the next revolution in the automobile industry and they are expected to revolutionize the future of transportation. Understanding the scenario in which the autonomous vehicle will operate is critical for its…

计算机视觉与模式识别 · 计算机科学 2025-07-29 Naveen Mathews Renji , Kruthika K , Manasa Keshavamurthy , Pooja Kumari , S. Rajarajeswari

Semantic segmentation has achieved remarkable results with high computational cost and a large number of parameters. However, real-world applications require efficient inference speed on embedded devices. Most previous works address the…

计算机视觉与模式识别 · 计算机科学 2020-10-22 Xinneng Yang , Yan Wu , Junqiao Zhao , Feilin Liu

Given a reference object of an unknown type in an image, human observers can effortlessly find the objects of the same category in another image and precisely tell their visual boundaries. Such visual cognition capability of humans seems…

计算机视觉与模式识别 · 计算机科学 2021-08-04 Lechao Cheng , Zunlei Feng , Xinchao Wang , Ya Jie Liu , Jie Lei , Mingli Song

Depth completion is a crucial task in autonomous driving, aiming to convert a sparse depth map into a dense depth prediction. Due to its potentially rich semantic information, RGB image is commonly fused to enhance the completion effect.…

计算机视觉与模式识别 · 计算机科学 2024-04-23 Moyun Liu , Bing Chen , Youping Chen , Jingming Xie , Lei Yao , Yang Zhang , Joey Tianyi Zhou

3D semantic scene completion and 2D semantic segmentation are two tightly correlated tasks that are both essential for indoor scene understanding, because they predict the same semantic classes, using positively correlated high-level…

计算机视觉与模式识别 · 计算机科学 2021-06-30 Jie Li , Laiyan Ding , Rui Huang

Electron microscopic connectomics is an ambitious research direction with the goal of studying comprehensive brain connectivity maps by using high-throughput, nano-scale microscopy. One of the main challenges in connectomics research is…

计算机视觉与模式识别 · 计算机科学 2021-04-14 Tran Minh Quan , David G. C. Hildebrand , Won-Ki Jeong

Deep neural networks have achieved remarkable success in computer vision; however, their black-box nature in decision-making limits interpretability and trust, particularly in safety-critical applications. Interpretability is crucial in…

计算机视觉与模式识别 · 计算机科学 2025-10-07 Ran Eisenberg , Amit Rozner , Ethan Fetaya , Ofir Lindenbaum

Object segmentation for robotic grasping under dynamic conditions often faces challenges such as occlusion, low light conditions, motion blur and object size variance. To address these challenges, we propose a Deep Learning network that…

计算机视觉与模式识别 · 计算机科学 2025-12-09 Sanket Kachole , Xiaoqian Huang , Fariborz Baghaei Naeini , Rajkumar Muthusamy , Dimitrios Makris , Yahya Zweiri

Semantic segmentation and stereo matching are two essential components of 3D environmental perception systems for autonomous driving. Nevertheless, conventional approaches often address these two problems independently, employing separate…

计算机视觉与模式识别 · 计算机科学 2024-01-30 Zhiyuan Wu , Yi Feng , Chuang-Wei Liu , Fisher Yu , Qijun Chen , Rui Fan

Text-guided multispectral object detection uses text semantics to guide semantic-aware cross-modal interaction between RGB and IR for more robust perception. However, notable limitations remain: (1) existing methods often use text only as…

计算机视觉与模式识别 · 计算机科学 2026-04-14 Jiaqi Wu , Zhen Wang , Enhao Huang , Kangqing Shen , Yulin Wang , Yang Yue , Yifan Pu , Gao Huang

Semantic Segmentation (SS) is promising for outdoor scene perception in safety-critical applications like autonomous vehicles, assisted navigation and so on. However, traditional SS is primarily based on RGB images, which limits the…

计算机视觉与模式识别 · 计算机科学 2021-02-24 Kaite Xiang , Kailun Yang , Kaiwei Wang

Compared to RGB semantic segmentation, RGBD semantic segmentation can achieve better performance by taking depth information into consideration. However, it is still problematic for contemporary segmenters to effectively exploit RGBD…

计算机视觉与模式识别 · 计算机科学 2019-05-27 Xinxin Hu , Kailun Yang , Lei Fei , Kaiwei Wang

The increasing demand for high-accuracy depth estimation in autonomous driving and augmented reality applications necessitates advanced neural architectures capable of effectively leveraging multiple data modalities. In this context, we…

计算机视觉与模式识别 · 计算机科学 2025-03-20 Joseph Emmanuel DL Dayo , Prospero C. Naval

Low computational complexity and high segmentation accuracy are both essential to the real-world semantic segmentation tasks. However, to speed up the model inference, most existing approaches tend to design light-weight networks with a…

计算机视觉与模式识别 · 计算机科学 2024-12-13 Zhiyan Wang , Xin Guo , Song Wang , Peixiao Zheng , Lin Qi

Semantic segmentation is one of the core tasks in the field of computer vision, and its goal is to accurately classify each pixel in an image. The traditional Unet model achieves efficient feature extraction and fusion through an…

计算机视觉与模式识别 · 计算机科学 2025-02-07 Xuan Li , Quanchao Lu , Yankaiqi Li , Muqing Li , Yijiashun Qi

Achieving real-time and accuracy on embedded platforms has always been the pursuit of road segmentation methods. To this end, they have proposed many lightweight networks. However, they ignore the fact that roads are "stuff" (background or…

计算机视觉与模式识别 · 计算机科学 2024-02-07 Huan Zhou , Feng Xue , Yucong Li , Shi Gong , Yiqun Li , Yu Zhou

Real-time semantic segmentation has received considerable attention due to growing demands in many practical applications, such as autonomous vehicles, robotics, etc. Existing real-time segmentation approaches often utilize feature fusion…

计算机视觉与模式识别 · 计算机科学 2022-04-20 Jingjing Xiong , Lai-Man Po , Wing-Yin Yu , Chang Zhou , Pengfei Xian , Weifeng Ou

Most state-of-the-art instance segmentation methods rely on large amounts of pixel-precise ground-truth annotations for training, which are expensive to create. Interactive segmentation networks help generate such annotations based on an…

计算机视觉与模式识别 · 计算机科学 2023-08-23 Amit Kumar Rana , Sabarinath Mahadevan , Alexander Hermans , Bastian Leibe

Depth information matters in RGB-D semantic segmentation task for providing additional geometric information to color images. Most existing methods exploit a multi-stage fusion strategy to propagate depth feature to the RGB branch. However,…

计算机视觉与模式识别 · 计算机科学 2021-01-27 Sihan Chen , Xinxin Zhu , Wei Liu , Xingjian He , Jing Liu