Goto

Collaborating Authors

 Personal Assistant Systems


Valentine's Day 2017: 4 Apps That Will Help You Connect With Someone, Plan A Special Date

International Business Times

Valentine's Day is widely celebrated as the day of love and friendship. It is the time of the year when people rekindle their romance, and if you don't have an ongoing one, you can use the opportunity to try and make someone your Valentine. Here are some apps that will help you find your ideal match on Valentine's Day: Hater: Compatibility is not a one-way road. Sometimes, you match up based on what you like and other times, you might even find your special someone based on something you both dislike. Hater is an app which asks users about their feelings on a variety of different topics and then does something different from what most dating apps do -- it matches people on what they dislike. According to the app's website, the most hated topics in the U.S. include slow drivers, mosquitoes, bullies, and not surprisingly, President Donald J. Trump.


What You Need to Know About AI in the Workplace

#artificialintelligence

Artificial Intelligence (AI) is often used as a plot device for doom-and-gloom science-fiction stories set in the future. The reality, however, is that AI has been around for quite some time--and it's incredibly useful for businesses. In fact, this technology has been assisting us daily in ways we barely even consider. Whenever you say, "Hey Siri," shop on Amazon, play songs on Pandora, or search for a photo on Facebook, AI is quietly working behind the scenes to deliver what you need. Over the past decade, this technology has slowly integrated into our everyday lives, but progress is rapidly picking up speed.


Microsoft Monday: Leaked Windows 10 Changes, Cortana Suggested Reminders, Visual Studio 2017 Details

Forbes - Tech

"Microsoft Monday" takes a look back at the past week of news related to Microsoft. This week, "Microsoft Monday" includes details about the acquisition of "Wiki" by Agile Extensions, a leaked Project NEON screenshot hinting at Windows 10 design changes, a federal judge ruling in favor of Microsoft in regards to the Justice Department lawsuit, the new suggested reminders feature for Cortana, Visual Studio 2017 launching on March 7th, the Surface Hub "Try & Buy Program" and more! In the past, Microsoft has been notorious for making design changes that did not sit well with consumers like we have seen in Windows Vista and Windows 8. Tom Hounsell, the creator of a Windows build tracker website called BuildFeed, published this leaked screenshot of the Windows 10 Project NEON design: The most notable Project NEON change is the removal of the window borders. This new user interface change could cause confusion in terms of resizing and moving windows. For example, some users may be confused about where to place the mouse in order to perform those functions.


Collaborative Dynamic Sparse Topic Regression with User Profile Evolution for Item Recommendation

AAAI Conferences

In many time-aware item recommender systems, modeling the accurate evolution of both user profiles and the contents of items over time is essential. However, most existing methods focus on learning users' dynamic interests, where the contents of items are assumed to be stable over time. They thus fail to capture the dynamic changes in the item's contents. In this paper, we present a novel method CDUE for time-aware item recommendation, which captures the evolution of both user's interests and item's contents information via topic dynamics. Specifically, we propose a dynamic sparse topic model to track the evolution of topics for changes in items' contents over time and adapt a vector autoregressive model to profile users' dynamic interests. The item's topics and user's interests and their evolutions are learned collaboratively and simultaneously into a unified learning framework. Experimental results on two real-world data sets demonstrate the quality and effectiveness of the proposed method and show that our method can be used to make better future recommendations.


POI2Vec: Geographical Latent Representation for Predicting Future Visitors

AAAI Conferences

With the increasing popularity of location-aware social media applications, Point-of-Interest (POI) recommendation has recently been extensively studied. However, most of the existing studies explore from the users' perspective, namely recommending POIs for users. In contrast, we consider a new research problem of predicting users who will visit a given POI in a given future period. The challenge of the problem lies in the difficulty to effectively learn POI sequential transition and user preference, and integrate them for prediction. In this work, we propose a new latent representation model POI2Vec that is able to incorporate the geographical influence, which has been shown to be very important in modeling user mobility behavior. Note that existing representation models fail to incorporate the geographical influence. We further propose a method to jointly model the user preference and POI sequential transition influence for predicting potential visitors for a given POI. We conduct experiments on 2 real-world datasets to demonstrate the superiority of our proposed approach over the state-of-the-art algorithms for both next POI prediction and future user prediction.


Selecting Sequences of Items via Submodular Maximization

AAAI Conferences

Motivated by many real world applications such as recommendations in online shopping or entertainment, we consider the problem of selecting sequences of items. In this paper we introduce a novel class of utility functions over sequences of items, strictly generalizing the commonly used class of submodular set functions. We encode the sequential dependencies between items by a directed graph underlying the utility function. Classical algorithms fail to achieve any constant factor approximation guarantees on the problem of selecting sequences of bounded length with maximum utility. We propose an efficient algorithm for this problem that comes with strong theoretical guarantees characterized by the structural properties of the underlying graph. We demonstrate the effectiveness of our algorithm in synthetic and real world experiments on a movie recommendation dataset.


ERMMA: Expected Risk Minimization for Matrix Approximation-based Recommender Systems

AAAI Conferences

Matrix approximation (MA) is one of the most popular techniques in today's recommender systems. In most MA-based recommender systems, the problem of risk minimization should be defined, and how to achieve minimum expected risk in model learning is one of the most critical problems to recommendation accuracy. This paper addresses the expected risk minimization problem, in which expected risk can be bounded by the sum of optimization error and generalization error. Based on the uniform stability theory, we propose an expected risk minimized matrix approximation method (ERMMA), which is designed to achieve better tradeoff between optimization error and generalization error in order to reduce the expected risk of the learned MA models. Theoretical analysis shows that ERMMA can achieve lower expected risk bound than existing MA methods. Experimental results on the MovieLens and Netflix datasets demonstrate that ERMMA outperforms six state-of-the-art MA-based recommendation methods in both rating prediction problem and item ranking problem.


Low-Rank Tensor Completion with Total Variation for Visual Data Inpainting

AAAI Conferences

With the advance of acquisition techniques, plentiful higherorder tensor data sets are built up in a great variety of fields such as computer vision, neuroscience, remote sensing and recommender systems. The real-world tensors often contain missing values, which makes tensor completion become a prerequisite to utilize them. Previous studies have shown that imposing a low-rank constraint on tensor completion produces impressive performances. In this paper, we argue that low-rank constraint, albeit useful, is not effective enough to exploit the local smooth and piecewise priors of visual data. We propose integrating total variation into low-rank tensor completion (LRTC) to address the drawback. As LRTC can be formulated by both tensor unfolding and tensor decomposition, we develop correspondingly two methods, namely LRTC-TV-I and LRTC-TVII, and their iterative solvers. Extensive experimental results on color image and medical image inpainting tasks show the effectiveness and superiority of the two methods against state-of-the-art competitors.


GLOMA: Embedding Global Information in Local Matrix Approximation Models for Collaborative Filtering

AAAI Conferences

Recommender systems have achieved great success in recent years, and matrix approximation (MA) is one of the most popular techniques for collaborative filtering (CF) based recommendation. However, a major issue is that MA methods perform poorly at detecting strong localized associations among closely related users and items. Recently, some MA-based CF methods adopt clustering methods to discover meaningful user-item subgroups and perform ensemble on different clusterings to improve the recommendation accuracy. However, ensemble learning suffers from lower efficiency due to the increased overall computation overhead. In this paper, we propose GLOMA, a new clustering-based matrix approximation method, which can embed global information in local matrix approximation models to improve recommendation accuracy. In GLOMA, a MA model is first trained on the entire data to capture global information. The global MA model is then utilized to guide the training of cluster-based local MA models, such that the local models can detect strong localized associations shared within clusters and at the same time preserve global associations shared among all users/items. Evaluation results using MovieLens and Netflix datasets demonstrate that, by integrating global information in local models, GLOMA can outperform five state-of-the-art MA-based CF methods in recommendation accuracy while achieving descent efficiency.


Discrete Personalized Ranking for Fast Collaborative Filtering from Implicit Feedback

AAAI Conferences

Personalized ranking is usually considered as an ultimate goal of recommendation systems, but it suffers from efficiency issues when making recommendations. To this end, we propose a learning-based hashing framework called Discrete Personalized Ranking (DPR), to map users and items to a Hamming space, where user-item affinity can be efficiently calculated via Hamming distance. Due to the existence of discrete constraints, it is possible to exploit a two-stage learning procedure for learning binary codes according to most existing methods. This two-stage procedure consists of relaxed optimization by discarding discrete constraints and subsequent binary quantization. However, such a procedure has been shown resulting in a large quantization loss, so that longer binary codes would be required. To this end, DPR directly tackles the discrete optimization problem of personalized ranking. And the balance and un-correlation constraints of binary codes are imposed to derive compact but informatics binary codes. Based on the evaluation on several datasets, the proposed framework shows consistent superiority to the competing baselines even though only using shorter binary code.