中文
相关论文

相关论文: Improving Depth Gradient Continuity in Transformer…

200 篇论文

Convolutional Neural Networks have demonstrated superior performance on single image depth estimation in recent years. These works usually use stacked spatial pooling or strided convolution to get high-level information which are common…

计算机视觉与模式识别 · 计算机科学 2018-09-05 Zhixiang Hao , Yu Li , Shaodi You , Feng Lu

Since context modeling is critical for estimating depth from a single image, researchers put tremendous effort into obtaining global context. Many global manipulations are designed for traditional CNN-based architectures to overcome the…

计算机视觉与模式识别 · 计算机科学 2022-05-02 Chang Shu , Ziming Chen , Lei Chen , Kuan Ma , Minghui Wang , Haibing Ren

Convolutional neural networks (CNN) are limited by the lack of capability to handle geometric information due to the fixed grid kernel structure. The availability of depth data enables progress in RGB-D semantic segmentation with CNNs.…

计算机视觉与模式识别 · 计算机科学 2018-03-20 Weiyue Wang , Ulrich Neumann

Deep artificial neural networks have made remarkable progress in different tasks in the field of computer vision. However, the empirical analysis of these models and investigation of their failure cases has received attention recently. In…

计算机视觉与模式识别 · 计算机科学 2016-02-10 Babak Saleh , Ahmed Elgammal , Jacob Feldman

Building on crucial insights into the determining factors of the visual integrity of an image and the property of deep convolutional neural network (CNN), we have developed the Deep Feature Consistent Deep Image Transformation (DFC-DIT)…

计算机视觉与模式识别 · 计算机科学 2017-09-12 Xianxu Hou , Jiang Duan , Guoping Qiu

Cross-subject motor-imagery decoding remains a major challenge in EEG-based brain-computer interfaces. To mitigate strong inter-subject variability, recent work has emphasized manifold-based approaches operating on covariance…

机器学习 · 计算机科学 2026-01-30 Sanjeev Manivannan , Chandrashekar Lakshminarayan

In today's digital age, Convolutional Neural Networks (CNNs), a subset of Deep Learning (DL), are widely used for various computer vision tasks such as image classification, object detection, and image segmentation. There are numerous types…

机器学习 · 计算机科学 2024-02-29 Abolfazl Younesi , Mohsen Ansari , MohammadAmin Fazli , Alireza Ejlali , Muhammad Shafique , Jörg Henkel

As an integral component of blind image deblurring, non-blind deconvolution removes image blur with a given blur kernel, which is essential but difficult due to the ill-posed nature of the inverse problem. The predominant approach is based…

计算机视觉与模式识别 · 计算机科学 2020-02-18 Dong Gong , Zhen Zhang , Qinfeng Shi , Anton van den Hengel , Chunhua Shen , Yanning Zhang

Color-guided depth map super-resolution (CDSR) improve the spatial resolution of a low-quality depth map with the corresponding high-quality color map, benefiting various applications such as 3D reconstruction, virtual reality, and…

计算机视觉与模式识别 · 计算机科学 2023-11-17 Yuan Shi , Bin Xia , Rui Zhu , Qingmin Liao , Wenming Yang

Endoscopic surgery relies on intraoperative video, making image quality a decisive factor for surgical safety and efficacy. Yet, endoscopic videos are often degraded by uneven illumination, tissue scattering, occlusions, and motion blur,…

计算机视觉与模式识别 · 计算机科学 2025-12-09 Handing Xu , Zhenguo Nie , Tairan Peng , Huimin Pan , Xin-Jun Liu

Recent works have indicated redundancy across transformer blocks, prompting the research of depth compression to prune less crucial blocks. However, current ways of entire-block pruning suffer from risks of discarding meaningful cues…

计算机视觉与模式识别 · 计算机科学 2026-02-10 Ruihan Xu , Qingpei Guo , Yao Zhu , Xiangyang Ji , Ming Yang , Shiliang Zhang

Deep learning based pipelines for semantic segmentation often ignore structural information available on annotated images used for training. We propose a novel post-processing module enforcing structural knowledge about the objects of…

计算机视觉与模式识别 · 计算机科学 2023-08-02 Jérémy Chopin , Jean-Baptiste Fasquel , Harold Mouchère , Rozenn Dahyot , Isabelle Bloch

Graph convolutional networks (GCNs) suffer from the irregularity of graphs, while more widely-used convolutional neural networks (CNNs) benefit from regular grids. To bridge the gap between GCN and CNN, in contrast to previous works on…

机器学习 · 计算机科学 2019-09-30 Yecheng Lyu , Xinming Huang , Ziming Zhang

In recent developments in the field of Computer Vision, a rise is seen in the use of transformer-based architectures. They are surpassing the state-of-the-art set by CNN architectures in accuracy but on the other hand, they are…

计算机视觉与模式识别 · 计算机科学 2021-10-12 Durvesh Malpure , Onkar Litake , Rajesh Ingle

We present an algorithm for estimating consistent dense depth maps and camera poses from a monocular video. We integrate a learning-based depth prior, in the form of a convolutional neural network trained for single-image depth estimation,…

计算机视觉与模式识别 · 计算机科学 2021-06-23 Johannes Kopf , Xuejian Rong , Jia-Bin Huang

Deploying high-performing 3D medical image segmenters (e.g., nnU-Net) is often limited by memory footprint and inference latency. Compression is therefore necessary, but compact 3D encoders tend to lose fine structural cues (small lesions…

计算机视觉与模式识别 · 计算机科学 2026-05-27 Mengchen Fan , Baocheng Geng , Xi Xiao , Tianyang Wang , Siyuan Mei , Pulin Che , Xiaoqian Jiang , Qizhen Lan

This paper addresses the issue on how to more effectively coordinate the depth with RGB aiming at boosting the performance of RGB-D object detection. Particularly, we investigate two primary ideas under the CNN model: property derivation…

计算机视觉与模式识别 · 计算机科学 2016-05-10 Saihui Hou , Zilei Wang , Feng Wu

This paper is focused on the improvement the efficiency of the sparse convolutional neural networks (CNNs) layers on graphic processing units (GPU). The Nvidia deep neural network (cuDnn) library provides the most effective implementation…

机器学习 · 计算机科学 2022-01-03 Marcin Pietroń , Dominik Żurek

Deep ConvNets suffer from gradient signal degradation as network depth increases, limiting effective feature learning in complex architectures. ResNet addressed this through residual connections, but these fixed short-circuits cannot adapt…

计算机视觉与模式识别 · 计算机科学 2026-03-31 Soudeep Ghoshal , Himanshu Buckchash

Convolutional neural network (CNN) based methods have achieved great successes in medical image segmentation, but their capability to learn global representations is still limited due to using small effective receptive fields of convolution…

计算机视觉与模式识别 · 计算机科学 2022-11-17 Pengfei Gu , Yejia Zhang , Chaoli Wang , Danny Z. Chen