中文
相关论文

相关论文: GIMP-ML: Python Plugins for using Computer Vision …

200 篇论文

Bayesian Networks (BNs) are used in various fields for modeling, prediction, and decision making. pgmpy is a python package that provides a collection of algorithms and tools to work with BNs and related models. It implements algorithms for…

机器学习 · 计算机科学 2023-04-19 Ankur Ankan , Johannes Textor

Deep learning has made significant advances in computer vision, particularly in image classification tasks. Despite their high accuracy on training data, deep learning models often face challenges related to complexity and overfitting. One…

计算机视觉与模式识别 · 计算机科学 2024-04-09 Minsoo Kang , Minkoo Kang , Suhyun Kim

Superpixels are a useful representation to reduce the complexity of image data. However, to combine superpixels with convolutional neural networks (CNNs) in an end-to-end fashion, one requires extra models to generate superpixels and…

计算机视觉与模式识别 · 计算机科学 2023-05-09 Teppei Suzuki

\texttt{Mixture-Models} is an open-source Python library for fitting Gaussian Mixture Models (GMM) and their variants, such as Parsimonious GMMs, Mixture of Factor Analyzers, MClust models, Mixture of Student's t distributions, etc. It…

统计计算 · 统计学 2024-02-19 Siva Rajesh Kasa , Hu Yijie , Santhosh Kumar Kasa , Vaibhav Rajan

High-quality image captions play a crucial role in improving the performance of cross-modal applications such as text-to-image generation, text-to-video generation, and text-image retrieval. To generate long-form, high-quality captions,…

计算机视觉与模式识别 · 计算机科学 2025-04-10 Ruotian Peng , Haiying He , Yake Wei , Yandong Wen , Di Hu

This paper is an overview of Image Processing and Analysis using Scilab, a free prototyping environment for numerical calculations similar to Matlab. We demonstrate the capabilities of SIP -- the Scilab Image Processing Toolbox -- which…

数学软件 · 计算机科学 2012-03-20 Ricardo Fabbri , Odemir Martinez Bruno , Luciano da Fontoura Costa

In Masked Image Modeling (MIM), two primary methods exist: Pixel MIM and Latent MIM, each utilizing different reconstruction targets, raw pixels and latent representations, respectively. Pixel MIM tends to capture low-level visual details…

计算机视觉与模式识别 · 计算机科学 2025-01-07 Junmyeong Lee , Eui Jun Hwang , Sukmin Cho , Jong C. Park

Rich feature representations derived from CLIP-ViT have been widely utilized in AI-generated image detection. While most existing methods primarily leverage features from the final layer, we systematically analyze the contributions of…

计算机视觉与模式识别 · 计算机科学 2025-12-05 NaHyeon Park , Kunhee Kim , Junsuk Choe , Hyunjung Shim

Data augmentations are widely used in training medical image deep learning models to increase the diversity and size of sparse datasets. However, commonly used augmentation techniques can result in loss of clinically relevant information…

图像与视频处理 · 电气工程与系统科学 2024-04-18 Adrit Rao , Andrea Fisher , Ken Chang , John Christopher Panagides , Katherine McNamara , Joon-Young Lee , Oliver Aalami

Understanding the representation shift on Vision Language Models like CLIP under different augmentations provides valuable insights on Mechanistic Interpretability. In this study, we show the shift on CLIP's embeddings on 9 common…

计算机视觉与模式识别 · 计算机科学 2026-03-24 Ashim Dahal , Saydul Akbar Murad , Nick Rahimi

Visual deep learning (VDL) systems have shown significant success in real-world applications like image recognition, object detection, and autonomous driving. To evaluate the reliability of VDL, a mainstream approach is software testing,…

软件工程 · 计算机科学 2024-12-24 Liwen Wang , Yuanyuan Yuan , Ao Sun , Zongjie Li , Pingchuan Ma , Daoyuan Wu , Shuai Wang

Deceptive images can be shared in seconds with social networking services, posing substantial risks. Tampering traces, such as boundary artifacts and high-frequency information, have been significantly emphasized by massive networks in the…

计算机视觉与模式识别 · 计算机科学 2024-01-02 Xuntao Liu , Yuzhou Yang , Qichao Ying , Zhenxing Qian , Xinpeng Zhang , Sheng Li

Improving the generalization ability of Vision-Language Pre-trained Models (VLMs) under test-time data distribution shifts remains a critical challenge. The existing Test-Time Adaptation (TTA) methods fall short in fully leveraging the…

计算机视觉与模式识别 · 计算机科学 2025-06-05 Jiaming Yi , Ruirui Pan , Jishen Yang , Xiulong Yang

CLIP is a widely used foundational vision-language model that is used for zero-shot image recognition and other image-text alignment tasks. We demonstrate that CLIP is vulnerable to change in image quality under compression. This surprising…

计算机视觉与模式识别 · 计算机科学 2023-11-27 Cangxiong Chen , Vinay P. Namboodiri , Julian Padget

Pre-trained Vision-Language Models (VLMs), such as CLIP, have shown enhanced performance across a range of tasks that involve the integration of visual and linguistic modalities. When CLIP is used for depth estimation tasks, the patches,…

计算机视觉与模式识别 · 计算机科学 2023-11-03 Xueting Hu , Ce Zhang , Yi Zhang , Bowen Hai , Ke Yu , Zhihai He

Vision-language models (VLMs) like CLIP (Contrastive Language-Image Pre-Training) have seen remarkable success in visual recognition, highlighting the increasing need to safeguard the intellectual property (IP) of well-trained models.…

计算机视觉与模式识别 · 计算机科学 2025-03-05 Lianyu Wang , Meng Wang , Huazhu Fu , Daoqiang Zhang

This work explores capabilities of the pre-trained CLIP vision-language model to identify satellite images affected by clouds. Several approaches to using the model to perform cloud presence detection are proposed and evaluated, including a…

计算机视觉与模式识别 · 计算机科学 2023-12-14 Mikolaj Czerkawski , Robert Atkinson , Christos Tachtatzis

Image and video inpainting is a classic problem in computer vision and computer graphics, aiming to fill in the plausible and realistic content in the missing areas of images and videos. With the advance of deep learning, this problem has…

计算机视觉与模式识别 · 计算机科学 2024-01-09 Weize Quan , Jiaxi Chen , Yanli Liu , Dong-Ming Yan , Peter Wonka

Despite the impressive performance of autoregressive Language Models (LM) it has been shown that due to reporting bias, LMs lack visual knowledge, i.e. they do not know much about the visual world and its properties. To augment LMs with…

计算与语言 · 计算机科学 2026-03-10 Paula Ontalvilla , Aitor Ormazabal , Gorka Azkune

With the rapid advancement of Multimodal Large Language Models (MLLMs), a variety of benchmarks have been introduced to evaluate their capabilities. While most evaluations have focused on complex tasks such as scientific comprehension and…

计算机视觉与模式识别 · 计算机科学 2024-12-24 Huan Liu , Lingyu Xiao , Jiangjiang Liu , Xiaofan Li , Ze Feng , Sen Yang , Jingdong Wang