Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,051 papers · 148 categories

Trend · papers per month

25.0%50.0%75.0%100.0% · Jun 199319922001200920182026
48 results for outsourced deep learning

Paper develops image disguising to protect privacy in outsourced deep learning.

problem Privacy concerns in outsourced deep learning, especially re-identification and model-based attacks.
method Develops image disguising approach to protect against attacks.
result Image-disguising mechanisms provide high protection against attacks while maintaining model quality.

New algorithms use outsourced data to improve model training efficiency.

problem Limited computational resources restrict model training efficiency.
method Simulation-based algorithms using outsourced data to find good initial points.
result The algorithms can find good initial points with high probability under suitable conditions.

We deal with the problem of outsourcing the debt for a big investment, according two situations: either the firm outsources both the investment (and the associated debt) and the exploitation to a private consortium, or the firm supports the debt and the investment but outsources the exploitation. We prove the existence…

2013-05-21abs ↗pdf ↗

Detects backdoors in outsourced models by replicating training steps across multiple servers.

problem Detecting backdoors in models trained on cloud providers without prior knowledge.
method Replicate training steps across multiple servers to identify deviations and malicious updates.
result 99.6% accuracy in identifying backdoored models out of 50% malicious providers.

The paper provides an algorithm for the risk estimation when a company selects an outsourcing service provider for innovation product. Calculations are based on expert surveys conducted among customers and among providers of outsourcing. The surveys assessed the degree of materiality of species at risk.

2016-03-16abs ↗pdf ↗

The paper offers algorithms for managing freelancers and in-house workers in online labor markets.

problem Managing freelancers and in-house workers in online labor markets efficiently.
method Developed algorithms for team formation with outsourcing in an online setting.
result Efficient online algorithms for minimizing costs in hiring and outsourcing.

Stealthy hardware Trojan exploits DLA architecture vulnerabilities.

problem Security of DLA deployed on hardware accelerators.
method Input Interception Attack (IIA) exploiting statistical properties of DLA outputs.
result Stealthy Trojan can trigger with some definiteness.

Improves distributed SGD convergence speed with reduced computation load.

problem Mitigating stragglers in distributed SGD to speed up convergence.
method Modeling communication and computation times, adapting number of workers and computation load dynamically.
result Significantly reduces computation load while improving convergence speed.

P3GM improves privacy-preserving data synthesis for high-dimensional data.

problem Mitigating privacy risks in releasing large volumes of sensitive data.
method Privacy-preserving phased generative model (P3GM) with two-phase learning process.
result P3GM significantly outperforms existing solutions in terms of noise reduction and data accuracy.

Proposes efficient 4PC framework for privacy-preserving machine learning.

problem Need for privacy-preserving machine learning in healthcare and finance.
method Proposes an actively secure 4PC protocol and a framework for PPML.
result Framework operates efficiently and outperforms existing methods.

Novel deep learning approach for fast, differentiable fluid simulations.

problem Challenges in solving incompressible fluid dynamics equations efficiently.
method Physics-constrained training approach for convolutional neural networks.
result Trained models can handle various fluid phenomena and offer fast simulations.

NIFTy.re accelerates imaging models and expands Gaussian processes and variational inference.

problem Slow performance and limited inference strategies in NIFTy.
method Rewritten NIFTy with new modeling principles, inference strategies, and JAX integration.
result Dramatic acceleration of models and new inference capabilities.

Quantum machine learning for 2D classification tasks using optimized feature maps.

problem Classifying data points in finite feature space with quantum machine learning.
method Optimized quantum feature maps and classical model training.
result Exponentially better scaling of deployed kernels in qubit number.

Publicly pretraining models on Web data may undermine differential privacy.

problem The use of large Web-scraped datasets in differential privacy models.
method Critical review of leveraging pretrained models on public datasets for differential privacy.
result Publicizing pretrained models as 'private' could harm trust and generalize poorly.

A framework for partially encrypted machine learning using functional encryption.

problem Performing machine learning on encrypted data without revealing sensitive information.
method Combining adversarial training and functional encryption to efficiently compute quadratic functions and prevent feature leakage.
result The proposed framework maintains high model accuracy while significantly improving data privacy.

Paper tackles regression under human assistance, showing NP-hardness and developing a greedy algorithm.

problem Optimizing machine learning models under human intervention.
method Introduced ridge regression under human assistance, derived NP-hardness, and developed a greedy algorithm.
result Greedy algorithm achieves good performance in medical diagnosis and content moderation applications.

Study fair team formation in online labor marketplaces.

problem Design fair algorithms for team formation in online labor marketplaces.
method Define and analyze the Fair Team Formation problem, provide inapproximability results, and develop four algorithms.
result Developed four algorithms for fair team formation in online labor marketplaces.

Train a lightweight carry-on model on existing LLMs for faster customization.

problem Customizing large language models for specific tasks is computationally expensive.
method Train an additional branch of transformer blocks on the final-layer embedding of pretrained LLMs, then merge them with a carry-on module.
result Training a 100M carry-on layer requires less than 1GB GPU memory, making it scalable and affordable.

The paper proposes geometrizing deep networks to improve deep learning system interpretability.

problem Improving the interpretability of deep learning systems.
method Proposes geometrization of deep networks as a solution.
result Geometrization of deep networks can help understand existing deep learning systems and solve interpretability issues.

Paper interprets deep learning using decision trees and Haar wavelets.

problem Understanding the function approximation capabilities of ReLU deep learning.
method Constructing a deep learning structure equivalent to a forest and approximating Haar wavelet functions with ReLU deep learning.
result ReLU deep learning can be considered as decision trees and approximates Haar wavelet functions with arbitrary precision.

Deep learning models can discriminate against certain groups, requiring computational methods to ensure fairness.

problem Algorithmic discrimination in deep learning models affecting protected groups.
method Interpretability and mitigation approaches at different stages of deep learning lifecycle.
result Interpretability aids in diagnosing and mitigating algorithmic discrimination in deep learning.

Probabilistic deep learning uses neural networks and models to handle uncertainty.

problem Handling uncertainty in deep learning models.
method Two approaches: probabilistic neural networks and deep probabilistic models.
result TensorFlow Probability library supports both approaches.

The great success of deep learning shows that its technology contains profound truth, and understanding its internal mechanism not only has important implications for the development of its technology and effective application in various fields, but also provides meaningful insights into the understanding of human brai…

2018-05-22abs ↗pdf ↗

This paper analyzes generalization issues in deep reinforcement learning.

problem Understanding and improving generalization capabilities of deep reinforcement learning policies.
method Formalizing and categorizing solutions to address overfitting in deep reinforcement learning.
result A comprehensive analysis of generalization challenges and solutions in deep reinforcement learning.