Skip to main content

Showing 1–38 of 38 results for author: Jojic, N

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

    cs.CL cs.AI

    Player-Driven Emergence in LLM-Driven Game Narrative

    Authors: Xiangyu Peng, Jessica Quaye, Sudha Rao, Weijia Xu, Portia Botchway, Chris Brockett, Nebojsa Jojic, Gabriel DesGarennes, Ken Lobb, Michael Xu, Jorge Leandro, Claire **, Bill Dolan

    Abstract: We explore how interaction with large language models (LLMs) can give rise to emergent behaviors, empowering players to participate in the evolution of game narratives. Our testbed is a text-adventure game in which players attempt to solve a mystery under a fixed narrative premise, but can freely interact with non-player characters generated by GPT-4, a large language model. We recruit 28 gamers t… ▽ More

    Submitted 3 June, 2024; v1 submitted 25 April, 2024; originally announced April 2024.

    Comments: Accepted at IEEE Conference on Games 2024

    Journal ref: IEEE Conference on Games 2024

  2. arXiv:2311.09213  [pdf, other

    cs.CL

    GENEVA: GENErating and Visualizing branching narratives using LLMs

    Authors: Jorge Leandro, Sudha Rao, Michael Xu, Weijia Xu, Nebosja Jojic, Chris Brockett, Bill Dolan

    Abstract: Dialogue-based Role Playing Games (RPGs) require powerful storytelling. The narratives of these may take years to write and typically involve a large creative team. In this work, we demonstrate the potential of large generative text models to assist this process. \textbf{GENEVA}, a prototype tool, generates a rich narrative graph with branching and reconverging storylines that match a high-level n… ▽ More

    Submitted 5 June, 2024; v1 submitted 15 November, 2023; originally announced November 2023.

    Comments: Accepted at IEEE Conference on Games 2024

  3. arXiv:2310.16427  [pdf, other

    cs.CL

    PromptAgent: Strategic Planning with Language Models Enables Expert-level Prompt Optimization

    Authors: Xinyuan Wang, Chenxi Li, Zhen Wang, Fan Bai, Haotian Luo, Jiayou Zhang, Nebojsa Jojic, Eric P. Xing, Zhiting Hu

    Abstract: Highly effective, task-specific prompts are often heavily engineered by experts to integrate detailed instructions and domain insights based on a deep understanding of both instincts of large language models (LLMs) and the intricacies of the target task. However, automating the generation of such expert-level prompts remains elusive. Existing prompt optimization methods tend to overlook the depth… ▽ More

    Submitted 7 December, 2023; v1 submitted 25 October, 2023; originally announced October 2023.

    Comments: 34 pages, 10 figures

  4. arXiv:2309.15129  [pdf, other

    cs.AI cs.CL cs.LG

    Evaluating Cognitive Maps and Planning in Large Language Models with CogEval

    Authors: Ida Momennejad, Hosein Hasanbeig, Felipe Vieira, Hiteshi Sharma, Robert Osazuwa Ness, Nebojsa Jojic, Hamid Palangi, Jonathan Larson

    Abstract: Recently an influx of studies claim emergent cognitive abilities in large language models (LLMs). Yet, most rely on anecdotes, overlook contamination of training sets, or lack systematic Evaluation involving multiple tasks, control conditions, multiple iterations, and statistical robustness tests. Here we make two major contributions. First, we propose CogEval, a cognitive science-inspired protoco… ▽ More

    Submitted 24 September, 2023; originally announced September 2023.

  5. arXiv:2305.12815  [pdf, other

    cs.CL

    Investigating Agency of LLMs in Human-AI Collaboration Tasks

    Authors: Ashish Sharma, Sudha Rao, Chris Brockett, Akanksha Malhotra, Nebojsa Jojic, Bill Dolan

    Abstract: Agency, the capacity to proactively shape events, is central to how humans interact and collaborate. While LLMs are being developed to simulate human behavior and serve as human-like agents, little attention has been given to the Agency that these models should possess in order to proactively manage the direction of interaction and collaboration. In this paper, we investigate Agency as a desirable… ▽ More

    Submitted 7 February, 2024; v1 submitted 22 May, 2023; originally announced May 2023.

    Comments: EACL 2024

  6. arXiv:2305.09993  [pdf, other

    cs.LG cs.AI cs.CL

    Reprompting: Automated Chain-of-Thought Prompt Inference Through Gibbs Sampling

    Authors: Weijia Xu, Andrzej Banburski-Fahey, Nebojsa Jojic

    Abstract: We introduce Reprompting, an iterative sampling algorithm that automatically learns the Chain-of-Thought (CoT) recipes for a given task without human intervention. Through Gibbs sampling, Reprompting infers the CoT recipes that work consistently well for a set of training samples by iteratively sampling new recipes using previously sampled recipes as parent prompts to solve other training problems… ▽ More

    Submitted 23 May, 2024; v1 submitted 17 May, 2023; originally announced May 2023.

    Comments: ICML 2024

  7. arXiv:2303.14310  [pdf, other

    cs.CL

    GPT is becoming a Turing machine: Here are some ways to program it

    Authors: Ana Jojic, Zhen Wang, Nebojsa Jojic

    Abstract: We demonstrate that, through appropriate prompting, GPT-3 family of models can be triggered to perform iterative behaviours necessary to execute (rather than just write or recall) programs that involve loops, including several popular algorithms found in computer science curricula or software developer interviews. We trigger execution and description of Iterations by Regimenting Self-Attention (IR… ▽ More

    Submitted 24 March, 2023; originally announced March 2023.

    Comments: 25 pages, 1 figure

  8. arXiv:2210.01293  [pdf, other

    cs.CL

    ThinkSum: Probabilistic reasoning over sets using large language models

    Authors: Batu Ozturkler, Nikolay Malkin, Zhen Wang, Nebojsa Jojic

    Abstract: Large language models (LLMs) have a substantial capacity for high-level analogical reasoning: reproducing patterns in linear text that occur in their training data (zero-shot evaluation) or in the provided context (few-shot in-context learning). However, recent studies show that even the more advanced LLMs fail in scenarios that require reasoning over multiple objects or facts and making sequences… ▽ More

    Submitted 2 June, 2023; v1 submitted 3 October, 2022; originally announced October 2022.

    Comments: ACL 2023

  9. arXiv:2206.09012  [pdf, other

    cs.LG cs.CV

    Diffusion models as plug-and-play priors

    Authors: Alexandros Graikos, Nikolay Malkin, Nebojsa Jojic, Dimitris Samaras

    Abstract: We consider the problem of inferring high-dimensional data $\mathbf{x}$ in a model that consists of a prior $p(\mathbf{x})$ and an auxiliary differentiable constraint $c(\mathbf{x},\mathbf{y})$ on $x$ given some additional information $\mathbf{y}$. In this paper, the prior is an independently trained denoising diffusion generative model. The auxiliary constraint is expected to have a differentiabl… ▽ More

    Submitted 8 January, 2023; v1 submitted 17 June, 2022; originally announced June 2022.

    Comments: NeurIPS 2022; code: https://github.com/AlexGraikos/diffusion_priors

  10. arXiv:2202.14000  [pdf, other

    cs.LG stat.ML

    Resolving label uncertainty with implicit posterior models

    Authors: Esther Rolf, Nikolay Malkin, Alexandros Graikos, Ana Jojic, Caleb Robinson, Nebojsa Jojic

    Abstract: We propose a method for jointly inferring labels across a collection of data samples, where each sample consists of an observation and a prior belief about the label. By implicitly assuming the existence of a generative model for which a differentiable predictor is the posterior, we derive a training objective that allows learning under weak beliefs. This formulation unifies various machine learni… ▽ More

    Submitted 17 June, 2022; v1 submitted 28 February, 2022; originally announced February 2022.

    Comments: UAI 2022; code: https://github.com/estherrolf/implicit-posterior

  11. arXiv:2110.08294  [pdf, other

    cs.CL

    Coherence boosting: When your pretrained language model is not paying enough attention

    Authors: Nikolay Malkin, Zhen Wang, Nebojsa Jojic

    Abstract: Long-range semantic coherence remains a challenge in automatic language generation and understanding. We demonstrate that large language models have insufficiently learned the effect of distant words on next-token prediction. We present coherence boosting, an inference procedure that increases a LM's focus on a long context. We show the benefits of coherence boosting with pretrained models by dist… ▽ More

    Submitted 16 March, 2022; v1 submitted 15 October, 2021; originally announced October 2021.

    Comments: ACL 2022; code: https://github.com/zhenwang9102/coherence-boosting

  12. arXiv:2109.04867  [pdf, other

    cs.CL

    Studying word order through iterative shuffling

    Authors: Nikolay Malkin, Sameera Lanka, Pranav Goel, Nebojsa Jojic

    Abstract: As neural language models approach human performance on NLP benchmark tasks, their advances are widely seen as evidence of an increasingly complex understanding of syntax. This view rests upon a hypothesis that has not yet been empirically tested: that word order encodes meaning essential to performing these tasks. We refute this hypothesis in many cases: in the GLUE suite and in various genres of… ▽ More

    Submitted 10 September, 2021; originally announced September 2021.

    Comments: EMNLP 2021

  13. arXiv:2106.09708  [pdf, other

    cs.CV cs.LG

    Multi-Label Learning from Single Positive Labels

    Authors: Elijah Cole, Oisin Mac Aodha, Titouan Lorieul, Pietro Perona, Dan Morris, Nebojsa Jojic

    Abstract: Predicting all applicable labels for a given image is known as multi-label classification. Compared to the standard multi-class case (where each image has only one label), it is considerably more challenging to annotate training data for multi-label classification. When the number of potential labels is large, human annotators find it difficult to mention all applicable labels for each training im… ▽ More

    Submitted 22 October, 2021; v1 submitted 17 June, 2021; originally announced June 2021.

    Comments: CVPR 2021. Supplementary material included

  14. Video Imprint

    Authors: Zhanning Gao, Le Wang, Nebojsa Jojic, Zhenxing Niu, Nanning Zheng, Gang Hua

    Abstract: A new unified video analytics framework (ER3) is proposed for complex event retrieval, recognition and recounting, based on the proposed video imprint representation, which exploits temporal correlations among image features across video frames. With the video imprint representation, it is convenient to reverse map back to both temporal and spatial locations in video frames, allowing for both key… ▽ More

    Submitted 6 June, 2021; originally announced June 2021.

    Journal ref: IEEE transactions on pattern analysis and machine intelligence, 41(12), 3086-3099 (2018)

  15. arXiv:2105.08961  [pdf, other

    cs.LG cs.AI cs.CL

    Compositional Processing Emerges in Neural Networks Solving Math Problems

    Authors: Jacob Russin, Roland Fernandez, Hamid Palangi, Eric Rosen, Nebojsa Jojic, Paul Smolensky, Jianfeng Gao

    Abstract: A longstanding question in cognitive science concerns the learning mechanisms underlying compositionality in human cognition. Humans can infer the structured relationships (e.g., grammatical rules) implicit in their sensory observations (e.g., auditory speech), and use this knowledge to guide the composition of simpler meanings into complex wholes. Recent progress in artificial neural networks has… ▽ More

    Submitted 19 May, 2021; originally announced May 2021.

    Comments: 7 pages, 2 figures, Accepted to CogSci 2021 for poster presentation

  16. arXiv:2101.01154  [pdf, other

    cs.CV cs.AI cs.LG

    High-resolution land cover change from low-resolution labels: Simple baselines for the 2021 IEEE GRSS Data Fusion Contest

    Authors: Nikolay Malkin, Caleb Robinson, Nebojsa Jojic

    Abstract: We present simple algorithms for land cover change detection in the 2021 IEEE GRSS Data Fusion Contest. The task of the contest is to create high-resolution (1m / pixel) land cover change maps of a study area in Maryland, USA, given multi-resolution imagery and label data. We study several baseline models for this task and discuss directions for further research. See https://dfc2021.blob.core.wi… ▽ More

    Submitted 4 January, 2021; originally announced January 2021.

    Comments: 10 pages

  17. arXiv:2004.11498  [pdf, other

    cs.CV

    Mining self-similarity: Label super-resolution with epitomic representations

    Authors: Nikolay Malkin, Anthony Ortiz, Caleb Robinson, Nebojsa Jojic

    Abstract: We show that simple patch-based models, such as epitomes, can have superior performance to the current state of the art in semantic segmentation and label super-resolution, which uses deep convolutional neural networks. We derive a new training algorithm for epitomes which allows, for the first time, learning from very large data sets and derive a label super-resolution algorithm as a statistical… ▽ More

    Submitted 13 December, 2021; v1 submitted 23 April, 2020; originally announced April 2020.

    Comments: ECCV 2020 final version

  18. arXiv:2004.04192  [pdf, other

    cs.CV cs.LG stat.ML

    The GeoLifeCLEF 2020 Dataset

    Authors: Elijah Cole, Benjamin Deneu, Titouan Lorieul, Maximilien Servajean, Christophe Botella, Dan Morris, Nebojsa Jojic, Pierre Bonnet, Alexis Joly

    Abstract: Understanding the geographic distribution of species is a key concern in conservation. By pairing species occurrences with environmental features, researchers can model the relationship between an environment and the species which may be found there. To facilitate research in this area, we present the GeoLifeCLEF 2020 dataset, which consists of 1.9 million species observations paired with high-res… ▽ More

    Submitted 8 April, 2020; originally announced April 2020.

    Comments: 10 pages, 4 figures

  19. arXiv:1912.05845  [pdf, other

    cs.CV cs.LG

    Local Context Normalization: Revisiting Local Normalization

    Authors: Anthony Ortiz, Caleb Robinson, Dan Morris, Olac Fuentes, Christopher Kiekintveld, Md Mahmudulla Hassan, Nebojsa Jojic

    Abstract: Normalization layers have been shown to improve convergence in deep neural networks, and even add useful inductive biases. In many vision applications the local spatial context of the features is important, but most common normalization schemes including Group Normalization (GN), Instance Normalization (IN), and Layer Normalization (LN) normalize over the entire spatial dimension of a feature. Thi… ▽ More

    Submitted 9 May, 2020; v1 submitted 12 December, 2019; originally announced December 2019.

    Comments: Accepted as a CVPR 2020 oral paper. arXiv admin note: text overlap with arXiv:1803.08494 by other authors

    Journal ref: CVPR 2020

  20. arXiv:1910.09716  [pdf, other

    cs.LG cs.CV eess.IV stat.ML

    A deep active learning system for species identification and counting in camera trap images

    Authors: Mohammad Sadegh Norouzzadeh, Dan Morris, Sara Beery, Neel Joshi, Nebojsa Jojic, Jeff Clune

    Abstract: Biodiversity conservation depends on accurate, up-to-date information about wildlife population distributions. Motion-activated cameras, also known as camera traps, are a critical tool for population surveys, as they are cheap and non-intrusive. However, extracting useful information from camera trap images is a cumbersome process: a typical camera trap survey may produce millions of images that r… ▽ More

    Submitted 21 October, 2019; originally announced October 2019.

    Comments: 15 pages, 5 figures

  21. arXiv:1910.06611  [pdf, other

    cs.LG stat.ML

    Enhancing the Transformer with Explicit Relational Encoding for Math Problem Solving

    Authors: Imanol Schlag, Paul Smolensky, Roland Fernandez, Nebojsa Jojic, Jürgen Schmidhuber, Jianfeng Gao

    Abstract: We incorporate Tensor-Product Representations within the Transformer in order to better support the explicit representation of relation structure. Our Tensor-Product Transformer (TP-Transformer) sets a new state of the art on the recently-introduced Mathematics Dataset containing 56 categories of free-form math word-problems. The essential component of the model is a novel attention mechanism, cal… ▽ More

    Submitted 4 November, 2020; v1 submitted 15 October, 2019; originally announced October 2019.

  22. arXiv:1906.04176  [pdf, other

    cs.HC cs.CV

    Human-Machine Collaboration for Fast Land Cover Map**

    Authors: Caleb Robinson, Anthony Ortiz, Kolya Malkin, Blake Elias, Andi Peng, Dan Morris, Bistra Dilkina, Nebojsa Jojic

    Abstract: We propose incorporating human labelers in a model fine-tuning system that provides immediate user feedback. In our framework, human labelers can interactively query model predictions on unlabeled data, choose which data to label, and see the resulting effect on the model's predictions. This bi-directional feedback loop allows humans to learn how the model responds to new data. Our hypothesis is t… ▽ More

    Submitted 14 November, 2019; v1 submitted 10 June, 2019; originally announced June 2019.

    Comments: To appear in AAAI 2020

  23. arXiv:1904.04429  [pdf, other

    cs.CV

    Label Super Resolution with Inter-Instance Loss

    Authors: Maozheng Zhao, Le Hou, Han Le, Dimitris Samaras, Nebojsa Jojic, Danielle Fassler, Tahsin Kurc, Rajarsi Gupta, Kolya Malkin, Shroyer Kenneth, Joel Saltz

    Abstract: For the task of semantic segmentation, high-resolution (pixel-level) ground truth is very expensive to collect, especially for high resolution images such as gigapixel pathology images. On the other hand, collecting low resolution labels (labels for a block of pixels) for these high resolution images is much more cost efficient. Conventional methods trained on these low-resolution labels are only… ▽ More

    Submitted 7 January, 2020; v1 submitted 8 April, 2019; originally announced April 2019.

  24. arXiv:1902.03264  [pdf, other

    cs.LG cs.AI stat.ML

    FSNet: Compression of Deep Convolutional Neural Networks by Filter Summary

    Authors: Yingzhen Yang, Jiahui Yu, Nebojsa Jojic, Jun Huan, Thomas S. Huang

    Abstract: We present a novel method of compression of deep Convolutional Neural Networks (CNNs) by weight sharing through a new representation of convolutional filters. The proposed method reduces the number of parameters of each convolutional layer by learning a 1D vector termed Filter Summary (FS). The convolutional filters are located in FS as overlap** 1D segments, and nearby filters in FS share weigh… ▽ More

    Submitted 10 April, 2020; v1 submitted 8 February, 2019; originally announced February 2019.

    Comments: published at ICLR 2020

  25. arXiv:1711.10067  [pdf, other

    cs.CV cs.NE cs.SD eess.AS

    WSNet: Compact and Efficient Networks Through Weight Sampling

    Authors: Xiaojie **, Yingzhen Yang, Ning Xu, Jianchao Yang, Nebojsa Jojic, Jiashi Feng, Shuicheng Yan

    Abstract: We present a new approach and a novel architecture, termed WSNet, for learning compact and efficient deep neural networks. Existing approaches conventionally learn full model parameters independently and then compress them via ad hoc processing such as model pruning or filter factorization. Alternatively, WSNet proposes learning model parameters by sampling from a compact set of learnable paramete… ▽ More

    Submitted 22 May, 2018; v1 submitted 27 November, 2017; originally announced November 2017.

    Comments: To appear at ICML 2018

  26. arXiv:1711.03167  [pdf, other

    cs.LG

    Learning Markov Chain in Unordered Dataset

    Authors: Yao-Hung Hubert Tsai, Han Zhao, Ruslan Salakhutdinov, Nebojsa Jojic

    Abstract: The assumption that data samples are independently identically distributed is the backbone of many learning algorithms. Nevertheless, datasets often exhibit rich structure in practice, and we argue that there exist some unknown order within the data instances. In this technical report, we introduce OrderNet that can be used to extract the order of data instances in an unsupervised way. By assuming… ▽ More

    Submitted 5 March, 2019; v1 submitted 8 November, 2017; originally announced November 2017.

    Comments: This would be the final update for this technical report on learning Markov Chain in the unordered dataset

  27. arXiv:1709.03010  [pdf, other

    cs.CL

    Steering Output Style and Topic in Neural Response Generation

    Authors: Di Wang, Nebojsa Jojic, Chris Brockett, Eric Nyberg

    Abstract: We propose simple and flexible training and decoding methods for influencing output style and topic in neural encoder-decoder based language generation. This capability is desirable in a variety of applications, including conversational systems, where successful agents need to produce language in a specific style and generate responses steered by a human puppeteer or external knowledge. We decompo… ▽ More

    Submitted 9 September, 2017; originally announced September 2017.

    Comments: EMNLP 2017 camera-ready version

  28. arXiv:1709.01231  [pdf, ps, other

    stat.ML cs.LG

    Discriminative Similarity for Clustering and Semi-Supervised Learning

    Authors: Yingzhen Yang, Feng Liang, Nebojsa Jojic, Shuicheng Yan, Jiashi Feng, Thomas S. Huang

    Abstract: Similarity-based clustering and semi-supervised learning methods separate the data into clusters or classes according to the pairwise similarity between the data, and the pairwise similarity is crucial for their performance. In this paper, we propose a novel discriminative similarity learning framework which learns discriminative similarity for either data clustering or semi-supervised learning. T… ▽ More

    Submitted 5 September, 2017; originally announced September 2017.

  29. arXiv:1709.01230  [pdf, ps, other

    math.OC cs.LG

    On the Suboptimality of Proximal Gradient Descent for $\ell^{0}$ Sparse Approximation

    Authors: Yingzhen Yang, Jiashi Feng, Nebojsa Jojic, Jianchao Yang, Thomas S. Huang

    Abstract: We study the proximal gradient descent (PGD) method for $\ell^{0}$ sparse approximation problem as well as its accelerated optimization with randomized algorithms in this paper. We first offer theoretical analysis of PGD showing the bounded gap between the sub-optimal solution by PGD and the globally optimal solution for the $\ell^{0}$ sparse approximation problem under conditions weaker than Rest… ▽ More

    Submitted 5 September, 2017; originally announced September 2017.

  30. arXiv:1511.06382  [pdf, other

    cs.LG stat.ML

    Iterative Refinement of the Approximate Posterior for Directed Belief Networks

    Authors: R Devon Hjelm, Kyunghyun Cho, Junyoung Chung, Russ Salakhutdinov, Vince Calhoun, Nebojsa Jojic

    Abstract: Variational methods that rely on a recognition network to approximate the posterior of directed graphical models offer better inference and learning than previous methods. Recent advances that exploit the capacity and flexibility in this approach have expanded what kinds of models can be trained. However, as a proposal for the posterior, the capacity of the recognition network is limited, which ca… ▽ More

    Submitted 20 February, 2018; v1 submitted 19 November, 2015; originally announced November 2015.

  31. arXiv:1503.03701  [pdf, ps, other

    stat.ML cs.IR cs.LG

    Hierarchical learning of grids of microtopics

    Authors: Nebojsa Jojic, Alessandro Perina, Dongwoo Kim

    Abstract: The counting grid is a grid of microtopics, sparse word/feature distributions. The generative model associated with the grid does not use these microtopics individually. Rather, it groups them in overlap** rectangular windows and uses these grouped microtopics as either mixture or admixture components. This paper builds upon the basic counting grid model and it shows that hierarchical reasoning… ▽ More

    Submitted 8 June, 2016; v1 submitted 12 March, 2015; originally announced March 2015.

    Comments: To Appear in Uncertainty in Artificial Intelligence - UAI 2016

  32. arXiv:1410.6264  [pdf, other

    cs.CV stat.ML

    Capturing spatial interdependence in image features: the counting grid, an epitomic representation for bags of features

    Authors: Alessandro Perina, Nebojsa Jojic

    Abstract: In recent scene recognition research images or large image regions are often represented as disorganized "bags" of features which can then be analyzed using models originally developed to capture co-variation of word counts in text. However, image feature counts are likely to be constrained in different ways than word counts in text. For example, as a camera pans upwards from a building entrance o… ▽ More

    Submitted 23 October, 2014; originally announced October 2014.

    Comments: The counting grid code is available at www.alessandroperina.com

  33. arXiv:1304.7236  [pdf, other

    cs.CV

    In the sight of my wearable camera: Classifying my visual experience

    Authors: Alessandro Perina, Nebojsa Jojic

    Abstract: We introduce and we analyze a new dataset which resembles the input to biological vision systems much more than most previously published ones. Our analysis leaded to several important conclusions. First, it is possible to disambiguate over dozens of visual scenes (locations) encountered over the course of several weeks of a human life with accuracy of over 80%, and this opens up possibility for n… ▽ More

    Submitted 26 April, 2013; originally announced April 2013.

  34. arXiv:1301.3854  [pdf

    cs.CV cs.LG stat.ML

    Learning Graphical Models of Images, Videos and Their Spatial Transformations

    Authors: Brendan J. Frey, Nebojsa Jojic

    Abstract: Mixtures of Gaussians, factor analyzers (probabilistic PCA) and hidden Markov models are staples of static and dynamic data modeling and image and video modeling in particular. We show how topographic transformations in the input, such as translation and shearing in images, can be accounted for in these models by including a discrete transformation variable. The resulting models perform clustering… ▽ More

    Submitted 16 January, 2013; originally announced January 2013.

    Comments: Appears in Proceedings of the Sixteenth Conference on Uncertainty in Artificial Intelligence (UAI2000)

    Report number: UAI-P-2000-PG-184-191

  35. arXiv:1207.4179  [pdf

    cs.CV

    Probabilistic index maps for modeling natural signals

    Authors: Nebojsa Jojic, Yaron Caspi, Manuel Reyes-Gomez

    Abstract: One of the major problems in modeling natural signals is that signals with very similar structure may locally have completely different measurements, e.g., images taken under different illumination conditions, or the speech signal captured in different environments. While there have been many successful attempts to address these problems in application-specific settings, we believe that underlying… ▽ More

    Submitted 12 July, 2012; originally announced July 2012.

    Comments: Appears in Proceedings of the Twentieth Conference on Uncertainty in Artificial Intelligence (UAI2004)

    Report number: UAI-P-2004-PG-293-300

  36. arXiv:1207.4145  [pdf

    q-bio.GN cs.CE stat.ME

    Joint discovery of haplotype blocks and complex trait associations from SNP sequences

    Authors: Nebojsa Jojic, Vladimir Jojic, David Heckerman

    Abstract: Haplotypes, the global patterns of DNA sequence variation, have important implications for identifying complex traits. Recently, blocks of limited haplotype diversity have been discovered in human chromosomes, intensifying the research on modelling the block structure as well as the transitions or co-occurrence of the alleles in these blocks as a way to compress the variability and infer the assoc… ▽ More

    Submitted 11 July, 2012; originally announced July 2012.

    Comments: Appears in Proceedings of the Twentieth Conference on Uncertainty in Artificial Intelligence (UAI2004)

    Report number: UAI-P-2004-PG-286-292

  37. arXiv:1206.5256  [pdf

    cs.CE cs.LG q-bio.QM stat.AP

    Discovering Patterns in Biological Sequences by Optimal Segmentation

    Authors: Joseph Bockhorst, Nebojsa Jojic

    Abstract: Computational methods for discovering patterns of local correlations in sequences are important in computational biology. Here we show how to determine the optimal partitioning of aligned sequences into non-overlap** segments such that positions in the same segment are strongly correlated while positions in different segments are not. Our approach involves discovering the hidden variables of a B… ▽ More

    Submitted 20 June, 2012; originally announced June 2012.

    Comments: Appears in Proceedings of the Twenty-Third Conference on Uncertainty in Artificial Intelligence (UAI2007)

    Report number: UAI-P-2007-PG-17-24

  38. arXiv:1202.3752  [pdf

    cs.IR cs.CL cs.LG stat.ML

    Multidimensional counting grids: Inferring word order from disordered bags of words

    Authors: Nebojsa Jojic, Alessandro Perina

    Abstract: Models of bags of words typically assume topic mixing so that the words in a single bag come from a limited number of topics. We show here that many sets of bag of words exhibit a very different pattern of variation than the patterns that are efficiently captured by topic mixing. In many cases, from one bag of words to the next, the words disappear and new ones appear as if the theme slowly and sm… ▽ More

    Submitted 14 February, 2012; originally announced February 2012.

    Report number: UAI-P-2011-PG-547-556