artifact removal

Detecting, characterizing, and mitigating measurement and signal artifacts (motion, instrumentation, dataset corruptions) through preprocessing, rejection, or correction pipelines to ensure stable, reliable downstream analyses and representation learning.

artifactremoval

12-Month Skill Trend

Momentum and market value over time
Trending
Score
+20 in 12 mo
96
12 mo agoNow
Career
Value
+$12K in 12 mo
$42K/year
12 mo agoNow

Recommended Survey Paper

Quick overview of the field
View more

Must-Read Papers

Most classic and influential ideas
View more

MechDetect: Detecting Data-Dependent Errors

Dec 03, 2025
PJ
Philipp Jung
🏛️ Berlin University of Applied Sciences and Technology

The core challenge in data quality monitoring lies in error provenance—specifically, identifying the underlying mechanisms that generate errors—a problem largely overlooked by existing work, which seldom models such mechanisms explicitly. This paper focuses on errors arising from intrinsic dependencies within data and proposes MechDetect, the first method to systematically extend missing-data mechanism detection to diverse error types—including outliers, inconsistencies, and format violations. Leveraging joint statistical modeling and supervised learning, MechDetect simultaneously models tabular data and their error masks to automatically determine whether observed errors stem from inherent characteristics of the original data. Extensive experiments across multiple benchmark datasets demonstrate that MechDetect significantly outperforms state-of-the-art baselines in accurately diagnosing error-generation mechanisms. By providing mechanistic interpretability, it establishes a theoretical foundation and practical framework for explainable data repair.

Detect data-dependent error generation mechanismsEstimate error dependency using machine learning modelsExtend missing value analysis to other error types

In industrial quality inspection, anomaly detection suffers from poor robustness due to high noise levels and sparse defective samples. To address this, we propose Iterative Refinement of Pseudo-labels (IRP), a self-supervised method that alternately evaluates sample credibility and removes misleading instances under feature-space consistency constraints—effectively purifying the training set dynamically without human annotations and generating high-fidelity self-supervised signals. IRP introduces the novel paradigm of “iterative data refinement,” significantly enhancing model robustness against label noise and cross-domain generalization capability. Evaluated on KSDD2 and MVTec AD benchmarks, IRP consistently outperforms existing unsupervised and self-supervised methods. Notably, under high-noise conditions, it achieves substantial improvements in detection accuracy and reduces false positive rates by over 25%.

Enhances defect detection accuracy in industrial quality control.Improves model performance by removing misleading data points.Outperforms traditional models in noisy industrial environments.

In highly regulated domains such as finance, data quality control (QC) is often fragmented into isolated preprocessing steps, undermining end-to-end trustworthy AI pipelines. To address this, we propose the first AI-driven DataOps framework that embeds QC as a system-level core component. Our framework deeply integrates rule-based engines, statistical analysis, and custom AI-powered anomaly detection across the entire data lifecycle—from ingestion and transformation to model deployment—enabling dynamic remediation, policy-configurable workflows, and end-to-end auditability. Technically, it unifies data profiling, stream processing, cloud-native storage interfaces, and a proprietary AI detection module. Evaluated in a real-world financial production environment, the framework achieves significantly improved anomaly recall, reduces manual intervention by 42%, and ensures audit completeness and full data traceability under high-throughput conditions, fully satisfying regulatory compliance requirements.

Enhances auditability and traceability in regulated data pipelinesIntegrates data quality control into continuous DataOps managementUnifies rule-based, statistical, and AI methods for anomaly detection

Industrial prediction and soft sensing often fail due to field data suffering from bias, latency, or seemingly plausible yet unreliable measurements. This work proposes a large language model (LLM)-guided Measurement Credibility Correction (MCC) method that, for the first time, leverages semantic information from process documentation to construct an external reference—requiring neither numerical correlations, fault labels, nor explicit process equations—for lightweight pre-inference correction. MCC translates document semantics into reference signals compatible with numerical models and integrates them at the front end of the prediction pipeline. Evaluated on multiple real-world industrial tasks, MCC reduces average relative MAE by 30.7% on authentic test data and by 80.3% under controlled contamination, while adding only 0.5–2.0k online parameters and incurring a maximum inference latency of 0.089 ms per step.

industrial process inferenceinput reliabilitymeasurement credibility

This study investigates the joint impact of data missingness and noise on machine learning performance. We systematically quantify trade-offs among data quality, volume, and imputation strategies across two representative scenarios: NLP supervised learning (BERT) and traffic signal control via reinforcement learning (PPO). Methodologically, we propose a novel “Performance Degradation Index Model under Data Corruption” and identify that only 30% of critical data governs overall model performance. We introduce the concepts of “Imputation Advantage Angle” and “Imputation Disadvantage Edge,” and— for the first time—categorize learning tasks into noise-sensitive versus noise-insensitive classes. Results show that noise degrades performance more severely than missingness; imputation efficacy critically depends on alignment between imputation accuracy and data corruption rate; and merely scaling data volume only mitigates—not eliminates—corruption effects, with diminishing marginal returns intensifying as corruption worsens.

Data Imputation StrategiesData QualityMachine Learning

Latest Papers

What's happening recently
View more

This work addresses the long-standing limitation in automatic defect detection for magnetic flux leakage (MFL) imaging—namely, the absence of large-scale public datasets and standardized benchmarks. To bridge this gap, we introduce PipeMFL-240K, the first large-scale object detection dataset and benchmark specifically designed for pipeline MFL pseudocolor images. It comprises over 240,000 images and 190,000 high-quality bounding box annotations across 12 defect categories, faithfully capturing real-world challenges such as long-tailed class distribution, small object scales, and high intra-class variability. Leveraging this dataset, we conduct a systematic evaluation of state-of-the-art detection models, revealing their performance bottlenecks in MFL scenarios and establishing a reliable, reproducible platform to foster future algorithmic innovation and pipeline integrity assessment.

BenchmarkDatasetMagnetic Flux Leakage

Existing approaches treat data quality assessment and machine learning systems as disjoint components, hindering dynamic, real-time coordination in production environments. This paper proposes the first end-to-end, quality-driven framework tailored for industrial MLOps, achieving the first closed-loop integration of data quality evaluation and model inference. The framework introduces theoretically grounded yet engineering-practical mechanisms: dynamic distribution drift detection, adaptive multi-dimensional quality metrics, a lightweight inference pipeline, and configurable quality thresholding. Evaluated on an industrial steelmaking ESR vacuum pump process, it achieves a model R² of 94%—a 12-percentage-point improvement—and reduces prediction latency by 75%, enabling millisecond-level quality-aware decision-making.

Bridges gap between theory and practice in MLOpsImproves model performance and reduces latency in industryIntegrates data quality with real-time ML operations

An experimental study of existing tools for outlier detection and cleaning in trajectories

Nov 25, 2025
MM
Mariana M Garcez Duarte
🏛️ Université libre de Bruxelles | Ain Shams University

Existing trajectory anomaly detection and cleaning tools lack systematic, standardized evaluation, hindering fair comparison and practical deployment. Method: We propose a unified taxonomy categorizing methods into five classes—statistical, sliding-window, clustering, graph-based, and heuristic—and introduce a reproducible ground-truth generation mechanism tailored to real-world trajectory scenarios. This forms the first standardized evaluation framework for trajectory anomaly detection. Contribution/Results: We conduct comprehensive efficiency and accuracy benchmarking across ten mainstream open-source tools on diverse real-world trajectory datasets, analyzing performance degradation under distinct anomaly types (e.g., positional drift, sampling noise, semantic inconsistency). Our empirical study yields an evidence-based tool selection guideline, significantly enhancing comparability and practicality of trajectory preprocessing methods. The framework establishes a foundational benchmark for both academic research and industrial applications in trajectory data quality management.

Comparing efficiency and accuracy of outlier cleaning methodsEvaluating ten open-source libraries for trajectory outlier detectionProviding guidance for selecting appropriate trajectory preprocessing tools

This work addresses the lack of fine-grained, sample-level traceability across multi-stage machine learning pipelines in existing transparency mechanisms. The authors propose FG-Trac, a model-agnostic framework that enables verifiable, per-sample tracking without modifying model architectures or training objectives. By integrating cryptographic commitments, capturing sample lifecycle events, and computing contribution scores based on training checkpoints, FG-Trac reconstructs a complete and tamper-proof history of data usage spanning both preprocessing and training phases. Experimental results demonstrate that FG-Trac efficiently provides auditable evidence of individual sample propagation paths in convolutional neural networks and multimodal graph learning tasks, all while preserving predictive performance.

fine-grained traceabilitymachine learning transparencysample-level traceability

This work addresses the propagation of label errors in data validation, which can severely compromise the reliability of downstream query results. To quantify the impact of such errors and identify high-risk tuples whose uncertainty may be exacerbated by validation, the authors propose Maximum Error Score (MES)—a data-distribution-agnostic metric. Building on MES, they design MESReduce, an interactive validation optimization algorithm that adaptively guides the verification process by efficiently computing MES and incorporating feedback from external validators. Experimental evaluation on both real-world and synthetic datasets demonstrates that MESReduce significantly reduces the maximum error score and effectively enhances validation accuracy.

data verificationerror propagationlabeling errors

Hot Scholars

JZ

Jiantao Zhou

Professor, Department of Computer and Information Science, University of Macau
Information Forensics and SecurityMultimedia Signal ProcessingMachine Learning
RT

Radu Timofte

Humboldt Professor for AI and Computer Vision, University of Würzburg
Computer VisionMachine LearningAICompression
WZ

Wangmeng Zuo

School of Computer Science and Technology, Harbin Institute of Technology
Computer VisionImage ProcessingGenerative AIDeep Learning
KJ

Kui Jiang

Harbin Institute of Technology
computer visionimage processingdeep learning
ZZ

Zhuoran Zheng

‌Sun Yat-sen University
UHD image Medical image Label distribution learning