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

5.9%11.9%17.8%23.7% · Nov 201919922001200920172026
48 results for COCO Dataset

Optimization algorithm CoCo improves causal inference from diverse data.

problem Identifying true causal relationships from data with spurious associations.
method CoCo optimizes for causal inference using environments with invariant causal relationships.
result CoCo provides more accurate causal estimates and predictions.

Self-training outperforms pre-training on COCO object detection and segmentation datasets.

problem The effectiveness of pre-training in improving object detection and segmentation models is limited.
method Investigated self-training as an alternative method to utilize additional data.
result Self-training consistently improves model performance across various dataset sizes and data augmentation levels.

CoCos can increase financial fragility in certain network structures.

problem The effectiveness of CoCos in enhancing financial stability depends on the network structure.
method Analysis of phase transitions in a network of interconnected banks.
result CoCos can increase financial fragility under certain network structures.

Contingent Convertible bonds (CoCos) are debt instruments that convert into equity or are written down in times of distress. Existing pricing models assume conversion triggers based on market prices and on the assumption that markets can always observe all relevant firm information. But all Cocos issued so far have tri…

2018-04-18abs ↗pdf ↗

COCO-GAN generates images by parts using spatial coordinates, achieving state-of-the-art quality.

problem Generating full images from partial observations due to computational constraints.
method COCO-GAN uses conditional coordination to generate images by parts based on spatial coordinates, with a generator and discriminator learning to justify realism.
result COCO-GAN produces state-of-the-art-quality full images during inference, enabling novel applications like beyond-boundary generation and panorama generation.

We develop a pricing model for Sovereign Contingent Convertible bonds (S-CoCo) with payment standstills triggered by a sovereign's Credit Default Swap (CDS) spread. We model CDS spread regime switching, which is prevalent during crises, as a hidden Markov process, coupled with a mean-reverting stochastic process of spr…

2018-04-04abs ↗pdf ↗

The paper examines how CoCo bonds can enhance financial stability in interconnected banking systems.

problem Enhancing financial stability in interconnected banking systems.
method Financial network model with contingent convertible (CoCo) debt obligations.
result Replacing unsecured interbank debt with CoCo debt decreases systemic risk and increases bank shareholder value.

The backpropagation (BP) algorithm is often thought to be biologically implausible in the brain. One of the main reasons is that BP requires symmetric weight matrices in the feedforward and feedback pathways. To address this "weight transport problem" (Grossberg, 1987), two more biologically plausible algorithms, propo…

2018-11-08abs ↗pdf ↗

Cluster analysis is a fundamental tool for pattern discovery of complex heterogeneous data. Prevalent clustering methods mainly focus on vector or matrix-variate data and are not applicable to general-order tensors, which arise frequently in modern scientific and business applications. Moreover, there is a gap between …

2018-03-17abs ↗pdf ↗

In this paper we analyze an extension of the Jeanblanc and Valchev (2005) model by considering a short-term uncertainty model with two noises. It is a combination of the ideas of Duffie and Lando (2001) and Jeanblanc and Valchev (2005): share quotations of the firm are available at the financial market, and these can b…

2016-01-30abs ↗pdf ↗

Proposes group whitening to enhance deep learning models' performance.

problem Improving learning efficiency and representational capacity in deep learning models.
method Group Whitening (GW) combines whitening and group normalization to balance these aspects.
result Group Whitening consistently improves model performance across different architectures and benchmarks.

Paper introduces MCSD, a method for uncertainty estimation in deep learning.

problem Need for reliable uncertainty quantification in deep neural networks.
method Theoretical connection to variational inference and empirical benchmarking of MCSD.
result MCSD achieves competitive predictive accuracy and improves uncertainty ranking.

In the context of Multi Instance Learning, we analyze the Single Instance (SI) learning objective. We show that when the data is unbalanced and the family of classifiers is sufficiently rich, the SI method is a useful learning algorithm. In particular, we show that larger data imbalance, a quality that is typically per…

2018-12-17abs ↗pdf ↗

Optimal bounds on regret and constraint violation in adversarial COCO.

problem Minimizing regret and cumulative constraint violation in adversarial COCO.
method New surrogate loss function and Follow-the-Regularized-Leader/Online Gradient Descent.
result Achieved optimal O(T)O(\sqrt{T}) bounds on both regret and cumulative constraint violation.

Benchmark improves object detection robustness in winter weather.

problem Assessing object detection models' performance under image corruptions.
method Developed three benchmark datasets with various image corruptions; used data augmentation to improve robustness.
result Simple data augmentation significantly enhances model robustness across different corruptions and datasets.

This study evaluates Bayesian optimization algorithms on a wide range of problems.

problem Assessing the performance of Bayesian optimization algorithms across diverse problems.
method A comprehensive investigation using the COCO benchmark, comparing various design choices.
result Optimizing acquisition criteria and initial budget can significantly improve BO performance.

Improved COCO algorithms with better constraint control.

problem Achieving small regret and constraint violation in online convex optimization.
method Simple projection-based algorithm leveraging self-contraction geometry.
result Exponential improvement in cumulative constraint violation for strongly convex losses.

Edge device deep learning improved with noise handling model.

problem Noise and low quality data degrade deep learning performance on edge devices.
method Mixture of Pre-processing Experts (MoPE) model with adversarially trained autoencoder.
result The MoPE model achieves better accuracy on noisy images without sacrificing clean image accuracy.

Mish is a new activation function that improves neural network performance.

problem Improving the performance and training dynamics of neural networks.
method Mish is a self-regularized non-monotonic activation function defined as f(x)=xanh(softplus(x))f(x)=x anh(softplus(x)). It outperforms other functions on benchmarks like ImageNet-1k and MS-COCO.
result Mish outperforms Leaky ReLU and ReLU on benchmarks like MS-COCO and ImageNet-1k, respectively, with comparable network parameters.

BlockSwap finds optimal block combinations for efficient network compression.

problem Finding the best block combinations for efficient network compression.
method Randomly initialized networks and gauging their Fisher potential to find potent block configurations.
result BlockSwap quickly explores possible block configurations using a simple architecture ranking system, yielding highly competitive networks.

Proposes a new method to generate unrestricted adversarial examples.

problem Generating unrestricted adversarial examples without norm constraints.
method Leveraging state-of-the-art generative models to manipulate image fine-grained aspects.
result Our adversarial images look indistinguishable from natural images and can bypass certified defenses.

Paper uses SSD to detect miners' activities in a mining environment.

problem Tracking miners' activities in a mining environment with little obstruction.
method Used SSD trained on COCO dataset to detect miners' activities. Implemented machine learning algorithms using Tensorflow and C++.
result Improved accuracy of detecting miners' activities through data fusion.

CodeReef enables sharing ML models across platforms efficiently.

problem Sharing and deploying ML models across different systems efficiently.
method Developed an open platform to share ML components, automate deployment, and benchmark models.
result Demonstrated efficient deployment and benchmarking of ML models across diverse platforms.

Deep learning yields great results across many fields, from speech recognition, image classification, to translation. But for each problem, getting a deep model to work well involves research into the architecture and a long period of tuning. We present a single model that yields good results on a number of problems sp…

2017-06-16abs ↗pdf ↗

Learning with non-modular losses is an important problem when sets of predictions are made simultaneously. The main tools for constructing convex surrogate loss functions for set prediction are margin rescaling and slack rescaling. In this work, we show that these strategies lead to tight convex surrogates iff the unde…

2015-12-24abs ↗pdf ↗

Unified framework DDNs for multi-label classification, improving inference efficiency.

problem Efficient inference for multi-label classification with dependency networks.
method Combining dependency networks and deep learning, proposing novel inference schemes.
result Novel inference schemes outperform basic neural architectures and Markov networks.

The Monte Carlo pathwise sensitivities approach is well established for smooth payoff functions. In this work, we present a new Monte Carlo algorithm that is able to calculate the pathwise sensitivities for discontinuous payoff functions. Our main tool is to combine the one-step survival idea of Glasserman and Staum wi…

2018-04-11abs ↗pdf ↗

Paper improves image classification accuracy with a new Noise Modeling Network.

problem Improving performance of multi-label image classifiers with noisy or missing labels.
method Integrates a Noise Modeling Network (NMN) with a CNN to jointly learn noise distribution and CNN parameters.
result Consistently improves classification performance on MSR-COCO and MSR-VTT datasets.

The task of associating images and videos with a natural language description has attracted a great amount of attention recently. Rapid progress has been made in terms of both developing novel algorithms and releasing new datasets. Indeed, the state-of-the-art results on some of the standard datasets have been pushed i…

2015-11-14abs ↗pdf ↗

Developing neural network image classification models often requires significant architecture engineering. In this paper, we study a method to learn the model architectures directly on the dataset of interest. As this approach is expensive when the dataset is large, we propose to search for an architectural building bl…

2017-07-21abs ↗pdf ↗

Recurrent neural networks (RNNs) are important class of architectures among neural networks useful for language modeling and sequential prediction. However, optimizing RNNs is known to be harder compared to feed-forward neural networks. A number of techniques have been proposed in literature to address this problem. In…

2017-10-31abs ↗pdf ↗

A modular framework for knowledge distillation simplifies experiments and reproducibility.

problem Difficulty in reproducing knowledge distillation studies due to lack of generalized frameworks.
method A configuration-driven PyTorch framework for knowledge distillation studies.
result Demonstrates efficient training strategies and various knowledge distillation methods.