paper-with-me

Papers

DeepBridge: A Unified and Production-Ready Framework for Multi-Dimensional Machine Learning Validation

2025-12-18 · Gustavo Coelho Haase, Paulo Henrique Dourado da Silva arxiv

We present DeepBridge, an 80K-line Python library that unifies multi-dimensional validation, automatic compliance verification, knowledge distillation, and synthetic data generation. DeepBridge offers: (i) 5 validation suites (fairness with 15 metrics, robustness with weakness detection, uncertainty via conformal prediction, resilience with 5 drift types, hyperparameter sensitivity), (ii) automatic EEOC/ECOA/GDPR verification, (iii) multi-format reporting system (interactive/static HTML, PDF, JSON), (iv) HPM-KD framework for knowledge distillation with meta-learning, and (v) scalable synthetic data generation via Dask. Through 6 case studies (credit scoring, hiring, healthcare, mortgage, insurance, fraud) we demonstrate that DeepBridge: reduces validation time by 89% (17 min vs. 150 min with fragmented tools), automatically detects fairness violations with complete coverage (10/10 features vs. 2/10 from existing tools), generates audit-ready reports in minutes. HPM-KD demonstrates consistent superiority across compression ratios 2.3--7x (CIFAR100): +1.00--2.04pp vs. Direct Training (p<0.05), confirming that Knowledge Distillation is effective at larger teacher-student gaps. Usability study with 20 participants shows SUS score 87.5 (top 10%, ``excellent''), 95% success rate, and low cognitive load (NASA-TLX 28/100). DeepBridge is open-source under MIT license at https://github.com/deepbridge/deepbridge, with complete documentation at https://deepbridge.readthedocs.io

📄 PDF Abstract BibTeX arXiv:2512.19744

Code (0)

등록된 구현이 없습니다.

Tasks

Synthetic Data GenerationKnowledge Distillation

Similar Papers 제목 키워드 기반

Flow-Factory: A Unified Framework for Reinforcement Learning in Flow-Matching Models

2026-02-13 · Bowen Ping, Chengyou Jia, Minnan Luo, Hangwei Qian 외 arxiv

Reinforcement learning has emerged as a promising paradigm for aligning diffusion and flow-matching models with human preferences, yet practitioners face fragmented codebases, model-specific implementations, and engineer…

Reinforcement Learning

AMES: Approximate Multi-modal Enterprise Search via Late Interaction Retrieval

2026-03-13 · Tony Joseph, Carlos Pareja, David Lopes Pegna, Abhishek Singh arxiv

We present AMES (Approximate Multimodal Enterprise Search), a unified multimodal late interaction retrieval architecture which is backend agnostic. AMES demonstrates that fine-grained multimodal late interaction retrieva…

Cross-Modal Retrieval

QuadLink: Autoregressive Quad-Dominant Mesh Generation via Point-Relation Learning

2026-05-16 · Yiheng Zhang, Zhe Zhu, Tingrui Shen, Zhuojiang Cai 외 arxiv

The generation of production-ready quad-dominant meshes is a cornerstone of modern 3D content creation. Generating anisotropic quad-dominant meshes from point clouds is challenging, as existing methods are typically limi…

Point Clouds

Hunyuan3D Studio: End-to-End AI Pipeline for Game-Ready 3D Asset Generation

2025-09-16 · Biwen Lei, Yang Li, Xinhai Liu, Shuhui Yang 외 arxiv

The creation of high-quality 3D assets, a cornerstone of modern game development, has long been characterized by labor-intensive and specialized workflows. This paper presents Hunyuan3D Studio, an end-to-end AI-powered c…

3D Generation

UBEP: Re-architecting Expert Parallelism Communication Library for Production Superpods

2026-07-07 · Yipeng Liu, Chang Liu, Si Shen, Jiaqi Zheng 외 arxiv

The deployment of Mixture-of-Experts (MoE) models on production high-bandwidth superpods, such as NVIDIA's NVL72/576 and Huawei's CloudMatrix384, introduces critical challenges beyond raw interconnect bandwidth. While th…