中文
相关论文

相关论文: Local Anomaly Detection in Videos using Object-Cen…

200 篇论文

Automatic detection of visual anomalies and changes in the environment has been a topic of recurrent attention in the fields of machine learning and computer vision over the past decades. A visual anomaly or change detection algorithm…

计算机视觉与模式识别 · 计算机科学 2022-09-07 Sahar Salimpour , Jorge Peña Queralta , Tomi Westerlund

We present a novel approach to perform the unsupervised domain adaptation for object detection through forward-backward cyclic (FBC) training. Recent adversarial training based domain adaptation methods have shown their effectiveness on…

计算机视觉与模式识别 · 计算机科学 2020-02-04 Siqi Yang , Lin Wu , Arnold Wiliem , Brian C. Lovell

Adversarial examples are data points misclassified by neural networks. Originally, adversarial examples were limited to adding small perturbations to a given image. Recent work introduced the generalized concept of unrestricted adversarial…

机器学习 · 计算机科学 2020-05-20 Martin Kotuliak , Sandro E. Schoenborn , Andrei Dan

Recent advancements in weakly-supervised video anomaly detection have achieved remarkable performance by applying the multiple instance learning paradigm based on multimodal foundation models such as CLIP to highlight anomalous instances…

计算机视觉与模式识别 · 计算机科学 2025-11-14 Wenti Yin , Huaxin Zhang , Xiang Wang , Yuqing Lu , Yicheng Zhang , Bingquan Gong , Jialong Zuo , Li Yu , Changxin Gao , Nong Sang

In the past several years, road anomaly segmentation is actively explored in the academia and drawing growing attention in the industry. The rationale behind is straightforward: if the autonomous car can brake before hitting an anomalous…

计算机视觉与模式识别 · 计算机科学 2024-01-11 Beiwen Tian , Huan-ang Gao , Leiyao Cui , Yupeng Zheng , Lan Luo , Baofeng Wang , Rong Zhi , Guyue Zhou , Hao Zhao

Current unsupervised anomaly detection approaches perform well on public datasets but struggle with specific anomaly types due to the domain gap between pre-trained feature extractors and target-specific domains. To tackle this issue, this…

计算机视觉与模式识别 · 计算机科学 2024-07-02 Yun Liang , Zhiguang Hu , Junjie Huang , Donglin Di , Anyang Su , Lei Fan

Progress in video anomaly detection research is currently slowed by small datasets that lack a wide variety of activities as well as flawed evaluation criteria. This paper aims to help move this research effort forward by introducing a…

计算机视觉与模式识别 · 计算机科学 2020-01-27 Bharathkumar Ramachandra , Michael Jones

Surveillance video anomaly detection is to detect events that rarely or never happened in a certain scene. The generation error (GE)-based methods exhibit excellent performance on this task. They firstly train a generative neural network…

计算机视觉与模式识别 · 计算机科学 2020-03-18 Zhiguo Wang , Zhongliang Yang , Yu-Jin Zhang

In this paper, a self-learning approach is proposed towards solving scene-specific pedestrian detection problem without any human' annotation involved. The self-learning approach is deployed as progressive steps of object discovery, object…

计算机视觉与模式识别 · 计算机科学 2016-11-24 Qixiang Ye , Tianliang Zhang , Qiang Qiu , Baochang Zhang , Jie Chen , Guillermo Sapiro

Contrastive learning has revolutionized self-supervised image representation learning field, and recently been adapted to video domain. One of the greatest advantages of contrastive learning is that it allows us to flexibly define powerful…

计算机视觉与模式识别 · 计算机科学 2021-08-06 Haofei Kuang , Yi Zhu , Zhi Zhang , Xinyu Li , Joseph Tighe , Sören Schwertfeger , Cyrill Stachniss , Mu Li

Aiming at the problem that the current video anomaly detection cannot fully use the temporal information and ignore the diversity of normal behavior, an anomaly detection method is proposed to integrate the spatiotemporal information of…

计算机视觉与模式识别 · 计算机科学 2022-11-29 Chao Hu , Liqiang Zhu

Video moment retrieval (VMR) identifies a specific moment in an untrimmed video for a given natural language query. This task is prone to suffer the weak alignment problem innate in video datasets. Due to the ambiguity, a query does not…

计算机视觉与模式识别 · 计算机科学 2024-10-02 Minjoon Jung , Youwon Jang , Seongho Choi , Joochan Kim , Jin-Hwa Kim , Byoung-Tak Zhang

In this paper, we propose an accurate and real-time anomaly detection and localization in crowded scenes, and two descriptors for representing anomalous behavior in video are proposed. We consider a video as being a set of cubic patches.…

计算机视觉与模式识别 · 计算机科学 2016-01-05 Mohammad Sabokrou , Mahmood Fathy , Mojtaba Hosseini

We introduce the task of weakly supervised learning for detecting human and object interactions in videos. Our task poses unique challenges as a system does not know what types of human-object interactions are present in a video or the…

计算机视觉与模式识别 · 计算机科学 2021-10-08 Shuang Li , Yilun Du , Antonio Torralba , Josef Sivic , Bryan Russell

Extreme amodal detection is the task of inferring the 2D location of objects that are not fully visible in the input image but are visible within an expanded field-of-view. This differs from amodal detection, where the object is partially…

计算机视觉与模式识别 · 计算机科学 2025-12-09 Changlin Song , Yunzhong Hou , Michael Randall Barnes , Rahul Shome , Dylan Campbell

There has been a recent surge in research on adversarial perturbations that defeat Deep Neural Networks (DNNs) in machine vision; most of these perturbation-based attacks target object classifiers. Inspired by the observation that humans…

计算机视觉与模式识别 · 计算机科学 2020-07-27 Shasha Li , Shitong Zhu , Sudipta Paul , Amit Roy-Chowdhury , Chengyu Song , Srikanth Krishnamurthy , Ananthram Swami , Kevin S Chan

Neural networks are prone to adversarial attacks. In general, such attacks deteriorate the quality of the input by either slightly modifying most of its pixels, or by occluding it with a patch. In this paper, we propose a method that keeps…

计算机视觉与模式识别 · 计算机科学 2019-10-18 Konrad Zolna , Michal Zajac , Negar Rostamzadeh , Pedro O. Pinheiro

Unsupervised representation learning has been extensively employed in anomaly detection, achieving impressive performance. Extracting valuable feature vectors that can remarkably improve the performance of anomaly detection are essential in…

机器学习 · 计算机科学 2022-04-26 Muhao Xu , Xueying Zhou , Xizhan Gao , WeiKai He , Sijie Niu

Existing deep learning methods of video recognition usually require a large number of labeled videos for training. But for a new task, videos are often unlabeled and it is also time-consuming and labor-intensive to annotate them. Instead of…

计算机视觉与模式识别 · 计算机科学 2018-05-14 Feiwu Yu , Xinxiao Wu , Yuchao Sun , Lixin Duan

Anomaly Detection is a relevant problem in numerous real-world applications, especially when dealing with images. However, little attention has been paid to the issue of changes over time in the input data distribution, which may cause a…

计算机视觉与模式识别 · 计算机科学 2024-03-26 Nikola Bugarin , Jovana Bugaric , Manuel Barusco , Davide Dalle Pezze , Gian Antonio Susto
‹ 上一页 1 8 9 10 下一页 ›