中文
相关论文

相关论文: Do Generative Metrics Predict YOLO Performance? An…

200 篇论文

Deep learning methods have recently exhibited impressive performance in object detection. However, such methods needed much training data to achieve high recognition accuracy, which was time-consuming and required considerable manual work…

计算机视觉与模式识别 · 计算机科学 2023-01-05 Hao Chen , Weiwei Wan , Masaki Matsushita , Takeyuki Kotaka , Kensuke Harada

This study presents a comprehensive benchmark analysis of various YOLO (You Only Look Once) algorithms. It represents the first comprehensive experimental evaluation of YOLOv3 to the latest version, YOLOv12, on various object detection…

计算机视觉与模式识别 · 计算机科学 2025-03-19 Nidhal Jegham , Chan Young Koh , Marwan Abdelatti , Abdeltawab Hendawi

Recently, some works have tried to combine diffusion and Generative Adversarial Networks (GANs) to alleviate the computational cost of the iterative denoising inference in Diffusion Models (DMs). However, existing works in this line suffer…

计算机视觉与模式识别 · 计算机科学 2025-02-26 Yihong Luo , Xiaolong Chen , Xinghua Qu , Tianyang Hu , Jing Tang

Recent generative models can synthesize "views" of artificial images that mimic real-world variations, such as changes in color or pose, simply by learning from unlabeled image collections. Here, we investigate whether such views can be…

计算机视觉与模式识别 · 计算机科学 2021-04-30 Lucy Chai , Jun-Yan Zhu , Eli Shechtman , Phillip Isola , Richard Zhang

The reliable identification of mitotic figures in whole-slide histopathological images remains difficult, owing to their low prevalence, substantial morphological heterogeneity, and the inconsistencies introduced by tissue processing and…

图像与视频处理 · 电气工程与系统科学 2025-09-23 Navya Sri Kelam , Akash Parekh , Saikiran Bonthu , Nitin Singhal

Monitoring and managing the growth and quality of fruits are very important tasks. To effectively train deep learning models like YOLO for real-time fruit detection, high-quality image datasets are essential. However, such datasets are…

计算机视觉与模式识别 · 计算机科学 2024-07-16 Seungri Yoon , Yunseong Cho , Tae In Ahn

Autonomous vehicle perception systems require robust pedestrian detection, particularly on geometrically complex roadways like Type-S curved surfaces, where standard RGB camera-based methods face limitations. This paper introduces YOLO-APD,…

计算机视觉与模式识别 · 计算机科学 2025-07-09 Aquino Joctum , John Kandiri

Many safety-critical applications, especially in autonomous driving, require reliable object detectors. They can be very effectively assisted by a method to search for and identify potential failures and systematic errors before these…

计算机视觉与模式识别 · 计算机科学 2024-04-11 Valentyn Boreiko , Matthias Hein , Jan Hendrik Metzen

Deep object detection models have achieved notable successes in recent years, but one major obstacle remains: the requirement for a large amount of training data. Obtaining such data is a tedious process and is mainly time consuming,…

计算机视觉与模式识别 · 计算机科学 2023-06-22 Alexander van Meekeren , Maya Aghaei , Klaas Dijkstra

In recent years, person detection and human pose estimation have made great strides, helped by large-scale labeled datasets. However, these datasets had no guarantees or analysis of human activities, poses, or context diversity.…

计算机视觉与模式识别 · 计算机科学 2022-07-13 Salehe Erfanian Ebadi , You-Cyuan Jhang , Alex Zook , Saurav Dhakad , Adam Crespi , Pete Parisi , Steven Borkman , Jonathan Hogins , Sujoy Ganguly

The performance of machine learning models depends heavily on training data. The scarcity of large-scale, well-annotated datasets poses significant challenges in creating robust models. To address this, synthetic data generated through…

计算机视觉与模式识别 · 计算机科学 2025-10-09 Ayush Zenith , Arnold Zumbrun , Neel Raut , Jing Lin

Although Deep Convolutional Neural Networks trained with strong pixel-level annotations have significantly pushed the performance in semantic segmentation, annotation efforts required for the creation of training data remains a roadblock…

计算机视觉与模式识别 · 计算机科学 2018-06-27 Manik Goyal , Param Rajpura , Hristo Bojinov , Ravi Hegde

Deep learning based medical image recognition systems often require a substantial amount of training data with expert annotations, which can be expensive and time-consuming to obtain. Recently, synthetic augmentation techniques have been…

计算机视觉与模式识别 · 计算机科学 2023-08-09 Jiarong Ye , Haomiao Ni , Peng Jin , Sharon X. Huang , Yuan Xue

Recent generative models produce near-photorealistic images, challenging the trustworthiness of photographs. Synthetic image detection (SID) has thus become an important area of research. Prior work has highlighted how synthetic images…

计算机视觉与模式识别 · 计算机科学 2026-02-16 Marco Willi , Melanie Mathys , Michael Graber

Generative Adversarial Networks (GANs) have made great progress in synthesizing realistic images in recent years. However, they are often trained on image datasets with either too few samples or too many classes belonging to different data…

机器学习 · 计算机科学 2020-10-16 Shichang Tang

The field of object detection using Deep Learning (DL) is constantly evolving with many new techniques and models being proposed. YOLOv7 is a state-of-the-art object detector based on the YOLO family of models which have become popular for…

计算机视觉与模式识别 · 计算机科学 2023-06-08 Enrique Dehaerne , Bappaditya Dey , Sandip Halder , Stefan De Gendt

Real-world deployment of AI vision models is both fueled and limited by the data available for training and testing. Real datasets are sparse and uneven: long-tailed or unbalanced distributions hinder generalization, and the low number of…

计算机视觉与模式识别 · 计算机科学 2026-05-22 Valeria Pais , Malena Mendilaharzu , Daniele Faccio , Luis Oala , Christoph Clausen , Bruno Sanguinetti

Traffic sign recognition is a well-researched problem in computer vision. However, the state of the art methods works only for frequent sign classes, which are well represented in training datasets. We consider the task of rare traffic sign…

计算机视觉与模式识别 · 计算机科学 2021-01-14 Anton Konushin , Boris Faizov , Vlad Shakhuro

With the advent of 5G and the anticipated arrival of 6G, there has been a growing research interest in combining mobile networks with Non-Terrestrial Network platforms such as low earth orbit satellites and Geosynchronous Equatorial Orbit…

网络与互联网体系结构 · 计算机科学 2023-05-31 Saira Bano , Achilles Machumilane , Pietro Cassarà , Alberto Gotta

Current state-of-the-art one-stage object detectors are limited by treating each image region separately without considering possible relations of the objects. This causes dependency solely on high-quality convolutional feature…

计算机视觉与模式识别 · 计算机科学 2022-03-01 Tolga Aksoy , Ugur Halici