Skip to main content

Showing 1–13 of 13 results for author: Quinn, C J

Searching in archive cs. Search in all archives.
.
  1. arXiv:2405.11683  [pdf, other

    cs.LG

    Conditionally-Conjugate Gaussian Process Factor Analysis for Spike Count Data via Data Augmentation

    Authors: Yididiya Y. Nadew, Xuhui Fan, Christopher J. Quinn

    Abstract: Gaussian process factor analysis (GPFA) is a latent variable modeling technique commonly used to identify smooth, low-dimensional latent trajectories underlying high-dimensional neural recordings. Specifically, researchers model spiking rates as Gaussian observations, resulting in tractable inference. Recently, GPFA has been extended to model spike count data. However, due to the non-conjugacy of… ▽ More

    Submitted 19 May, 2024; originally announced May 2024.

    Comments: 23 pages, 2 figures, ICML

  2. arXiv:2403.10063  [pdf, other

    cs.LG cs.AI cs.CC math.OC

    Unified Projection-Free Algorithms for Adversarial DR-Submodular Optimization

    Authors: Mohammad Pedramfar, Yididiya Y. Nadew, Christopher J. Quinn, Vaneet Aggarwal

    Abstract: This paper introduces unified projection-free Frank-Wolfe type algorithms for adversarial continuous DR-submodular optimization, spanning scenarios such as full information and (semi-)bandit feedback, monotone and non-monotone functions, different constraints, and types of stochastic queries. For every problem considered in the non-monotone setting, the proposed algorithms are either the first wit… ▽ More

    Submitted 26 April, 2024; v1 submitted 15 March, 2024; originally announced March 2024.

    Comments: This paper is published in ICLR 2024. This version includes a correction for regret bounds in the full-information zeroth order feedback setting (see the footnote on page 1 for details)

  3. arXiv:2312.08057  [pdf, other

    cs.LG cs.AI math.CO math.OC stat.ML

    Combinatorial Stochastic-Greedy Bandit

    Authors: Fares Fourati, Christopher John Quinn, Mohamed-Slim Alouini, Vaneet Aggarwal

    Abstract: We propose a novel combinatorial stochastic-greedy bandit (SGB) algorithm for combinatorial multi-armed bandit problems when no extra information other than the joint reward of the selected set of $n$ arms at each time step $t\in [T]$ is observed. SGB adopts an optimized stochastic-explore-then-commit approach and is specifically designed for scenarios with a large set of base arms. Unlike existin… ▽ More

    Submitted 13 December, 2023; originally announced December 2023.

  4. arXiv:2305.16671  [pdf, ps, other

    cs.LG cs.AI cs.CC

    A Unified Approach for Maximizing Continuous DR-submodular Functions

    Authors: Mohammad Pedramfar, Christopher John Quinn, Vaneet Aggarwal

    Abstract: This paper presents a unified approach for maximizing continuous DR-submodular functions that encompasses a range of settings and oracle access types. Our approach includes a Frank-Wolfe type offline algorithm for both monotone and non-monotone functions, with different restrictions on the general convex set. We consider settings where the oracle provides access to either the gradient of the funct… ▽ More

    Submitted 12 January, 2024; v1 submitted 26 May, 2023; originally announced May 2023.

    Comments: 37th Conference on Neural Information Processing Systems (NeurIPS 2023)

  5. arXiv:2302.01324  [pdf, other

    cs.LG cs.AI math.OC

    Randomized Greedy Learning for Non-monotone Stochastic Submodular Maximization Under Full-bandit Feedback

    Authors: Fares Fourati, Vaneet Aggarwal, Christopher John Quinn, Mohamed-Slim Alouini

    Abstract: We investigate the problem of unconstrained combinatorial multi-armed bandits with full-bandit feedback and stochastic rewards for submodular maximization. Previous works investigate the same problem assuming a submodular and monotone reward function. In this work, we study a more general problem, i.e., when the reward function is not necessarily monotone, and the submodularity is assumed only in… ▽ More

    Submitted 2 February, 2023; originally announced February 2023.

  6. arXiv:2301.13326  [pdf, other

    cs.LG cs.AI cs.DS eess.SY

    A Framework for Adapting Offline Algorithms to Solve Combinatorial Multi-Armed Bandit Problems with Bandit Feedback

    Authors: Guanyu Nie, Yididiya Y Nadew, Yanhui Zhu, Vaneet Aggarwal, Christopher John Quinn

    Abstract: We investigate the problem of stochastic, combinatorial multi-armed bandits where the learner only has access to bandit feedback and the reward function can be non-linear. We provide a general framework for adapting discrete offline approximation algorithms into sublinear $α$-regret methods that only require bandit feedback, achieving $\mathcal{O}\left(T^\frac{2}{3}\log(T)^\frac{1}{3}\right)$ expe… ▽ More

    Submitted 11 October, 2023; v1 submitted 30 January, 2023; originally announced January 2023.

    Comments: This extends the framework in previous version to adapt randomized offline approximation algorithms

    Journal ref: Proceedings of the 40th International Conference on Machine Learning, 2023

  7. arXiv:2207.08937  [pdf, ps, other

    cs.SI cs.AI

    A Community-Aware Framework for Social Influence Maximization

    Authors: Abhishek K. Umrawal, Christopher J. Quinn, Vaneet Aggarwal

    Abstract: We consider the problem of Influence Maximization (IM), the task of selecting $k$ seed nodes in a social network such that the expected number of nodes influenced is maximized. We propose a community-aware divide-and-conquer framework that involves (i) learning the inherent community structure of the social network, (ii) generating candidate solutions by solving the influence maximization problem… ▽ More

    Submitted 18 February, 2023; v1 submitted 18 July, 2022; originally announced July 2022.

    Comments: 14 pages, 4 figures, and 7 tables; Accepted for publication in IEEE Transactions on Emerging Topics in Computational Intelligence (TETCI) in Dec 2022

  8. arXiv:2011.07687  [pdf, ps, other

    cs.LG stat.ML

    DART: aDaptive Accept RejecT for non-linear top-K subset identification

    Authors: Mridul Agarwal, Vaneet Aggarwal, Christopher J. Quinn, Abhishek Umrawal

    Abstract: We consider the bandit problem of selecting $K$ out of $N$ arms at each time step. The reward can be a non-linear function of the rewards of the selected individual arms. The direct use of a multi-armed bandit algorithm requires choosing among $\binom{N}{K}$ options, making the action space large. To simplify the problem, existing works on combinatorial bandits {typically} assume feedback as a lin… ▽ More

    Submitted 15 November, 2020; originally announced November 2020.

    Journal ref: AAAI 2021

  9. arXiv:1811.11925  [pdf, ps, other

    cs.LG cs.AI stat.ML

    Stochastic Top-$K$ Subset Bandits with Linear Space and Non-Linear Feedback

    Authors: Mridul Agarwal, Vaneet Aggarwal, Christopher J. Quinn, Abhishek K. Umrawal

    Abstract: Many real-world problems like Social Influence Maximization face the dilemma of choosing the best $K$ out of $N$ options at a given time instant. This setup can be modeled as a combinatorial bandit which chooses $K$ out of $N$ arms at each time, with an aim to achieve an efficient trade-off between exploration and exploitation. This is the first work for combinatorial bandits where the feedback re… ▽ More

    Submitted 11 October, 2021; v1 submitted 28 November, 2018; originally announced November 2018.

    Comments: 38 pages, 4 figures, 32nd International Conference on Algorithmic Learning Theory

  10. arXiv:1506.04767  [pdf, other

    cs.IT

    Bounded Degree Approximations of Stochastic Networks

    Authors: Christopher J. Quinn, Ali Pinar, Negar Kiyavash

    Abstract: We propose algorithms to approximate directed information graphs. Directed information graphs are probabilistic graphical models that depict causal dependencies between stochastic processes in a network. The proposed algorithms identify optimal and near-optimal approximations in terms of Kullback-Leibler divergence. The user-chosen sparsity trades off the quality of the approximation against visua… ▽ More

    Submitted 15 June, 2015; originally announced June 2015.

  11. arXiv:1204.2003  [pdf, other

    cs.IT cs.AI stat.ML

    Directed Information Graphs

    Authors: Christopher J. Quinn, Negar Kiyavash, Todd P. Coleman

    Abstract: We propose a graphical model for representing networks of stochastic processes, the minimal generative model graph. It is based on reduced factorizations of the joint distribution over time. We show that under appropriate conditions, it is unique and consistent with another type of graphical model, the directed information graph, which is based on a generalization of Granger causality. We demonstr… ▽ More

    Submitted 11 March, 2015; v1 submitted 9 April, 2012; originally announced April 2012.

    Comments: 41 pages, 15 figures

  12. arXiv:1111.3376  [pdf, other

    cs.IT cs.MM

    Fingerprinting with Equiangular Tight Frames

    Authors: Dustin G. Mixon, Christopher J. Quinn, Negar Kiyavash, Matthew Fickus

    Abstract: Digital fingerprinting is a framework for marking media files, such as images, music, or movies, with user-specific signatures to deter illegal distribution. Multiple users can collude to produce a forgery that can potentially overcome a fingerprinting system. This paper proposes an equiangular tight frame fingerprint design which is robust to such collusion attacks. We motivate this design by con… ▽ More

    Submitted 14 November, 2011; originally announced November 2011.

    Comments: 10 pages, 6 figures, presented in part at ICASSP 2011 and SPIE 2011

  13. arXiv:1101.5108  [pdf, other

    cs.IT

    Causal Dependence Tree Approximations of Joint Distributions for Multiple Random Processes

    Authors: Christopher J. Quinn, Todd P. Coleman, Negar Kiyavash

    Abstract: We investigate approximating joint distributions of random processes with causal dependence tree distributions. Such distributions are particularly useful in providing parsimonious representation when there exists causal dynamics among processes. By extending the results by Chow and Liu on dependence tree approximations, we show that the best causal dependence tree approximation is the one which m… ▽ More

    Submitted 26 January, 2011; originally announced January 2011.

    Comments: 9 pages, 15 figures