Goto

Collaborating Authors

 Personal Assistant Systems


The best Prime Day bluetooth speaker deals we could find during Amazon's Big Deal Days sale

Engadget

If you're ready to upgrade from your phone's tiny speakers, or if you're done struggling to pick out the dialogue in TV shows, now is probably a good time to scoop up a Bluetooth speaker or a soundbar. We've reviewed dozens of models and brands over the years and have made our recommendations in our buying guides. We also recommend more than a few smart speakers, which you can check out if you're ready to bring an AI assistant to your countertop. Now that Prime Day is here, many of the speakers from our lists are on sale, making it a great time to get a deal. Check out below for the best Prime Day speaker deals we could find. Whether you just want some tunes as you horbgorble around at home or need to entertain some coworkers at a music dance experience, there's something for you here -- and best of all, these are on sale.


Reviews: Beyond Parity: Fairness Objectives for Collaborative Filtering

Neural Information Processing Systems

In this paper the authors explore different metrics for measuring fairness in recommender systems. In particular, they offer 4 different metrics that measure if a recommender system over-estimates or under-estimates how much a group of users will like a particular genre. Further, they show that by regularizing the by the discrepancy across groups does not hurt the model accuracy while improving fairness on the metric used for the regularization (as well as undiscussed slight effects on the other fairness metrics). In contrast to the work of Hardt et al, this paper focuses on a regression task (rating prediction) and explores the difference between absolute and relative errors. This is an interesting point in recommender systems that could easily be overlooked by other metrics.


Reviews: DropoutNet: Addressing Cold Start in Recommender Systems

Neural Information Processing Systems

Well written and with a good survey of related work. The paper addresses the following problem: when mixing id level information (user id of item id) with coarser user and item features, any model has the tendency to explain most of the training data with the fine grained id features, using coarse features only to learn the rarest ids. As a result, the generated model is not good at inference when only coarser features are available (cold-start cases, of a new user or a new item). The paper proposes a dial to control how much the model balances out the fine grained and coarser information via drop-out of fine grained info while training. The loss function in Equation (2) has the merit of having a label value for all user-item pairs, by taking the output of the low rank model U_u V_v T as labels.


The best Prime Day tech deals under 50

Engadget

Smaller yet useful tech accessories -- batteries, cables, phone cases and so on -- are what keep the big ticket items going. And Amazon's Prime Day is a good time to stock up on them. Only problem is, not everything on Amazon's site passes muster, and the cheaper stuff can be particularly questionable. Luckily, we've tested plenty of these devices for one buyer's guide or another, so we think stuff picked from this list should serve you well. Here are the best Prime Day Tech deals under 50.


The best Prime Day speaker deals during Amazon's Big Deal Days Sale

Engadget

When it comes to speakers, you often get what you pay for -- which makes Amazon's second Prime Day of the year a very good time to pick up highly rated (and otherwise pricey) Bluetooth or smart speakers while they're cheaper than usual. Of course, there are thousands of speakers in Amazon's inventory, and not all of them are winners. Here, we've rounded up all the Prime Day speaker deals on the best speakers we've tested, reviewed and currently recommend. Whether you just want some tunes as you horbgorble around at home or need to entertain some coworkers at a music dance experience, there's something for you here -- and best of all, these are on sale. Tribit StormBox Micro 2 for 48 ( 32 off): This is the smallest music box on our list, and we like it because it packs serious sound for its size. The audio isn't the highest fidelity, but the rubbery strap is perfect for strapping onto a pack, bike handlebar or elsewhere.


Amazon's Echo Dot hits a record low of 23 thanks to this Prime Day deal

Engadget

If you're looking for an affordable Echo speaker to add Alexa to another room in your home, this Prime Day deal on the Echo Dot will be hard to beat. The Echo Dot (5th gen) has dropped to 23 for Prime Day, which is cheaper than it was during the July sales event. This tiny smart speaker has improved audio that competes with more expensive rivals like the HomePod mini. This Echo Dot model launched in 2022 with clearer vocals, deeper bass and more vibrant overall sound than previous generations. Save big on the 2022 Echo Dot.


Reviews: Fast Greedy MAP Inference for Determinantal Point Process to Improve Recommendation Diversity

Neural Information Processing Systems

Summary: This paper introduces an exact algorithm for greedy mode finding for DPPs which is faster by a factor of M (ground set size) than previous work on greedy MAP algorithms for DPPs; the authors also show that this algorithm can be further sped up when diversity is required over only a sliding window within long recommendations. As an additional contribution, the authors show that modeling recommendation problems with DPPs and generating recommendations via their algorithm outperforms other standard (non-DPP) recommender algorithms along various metrics. As the authors mention, a key advantage of DPPs is their ability to tractably balance quality and diversity requirements for most operations, with mode estimation being one of the only operations that remains NP-hard. Indeed, sampling from a DPP has been used in previous literature, presumably as a more scalable alternative to greedy MAP finding (e.g. for network compression). Although the usefulness of DPPs for recommender systems is now an accepted fact, the analysis provided in section 5 and 6.2 remains interesting, in particular thanks to the discussion of the tunable scaling of diversity and quality preferences and how it can easily be incorporated into the new formulation of the greedy algorithm.


Reviews: Bandit Learning with Implicit Feedback

Neural Information Processing Systems

Summary: This work considers learning user preferences using a bandit model. The reward is not only based on the judgement of the user, but also whether the user examined the arm. That is feedback examination * judgement In particular, if a user does not examine an arm, lack of feedback does not necessarily indicate that the user does not "like" the arm. This work uses a latent model for the (unobserved) examination of arms, and posits that the probability of positive feedback (binary) can be expressed as a product of the probability of examination (logistic) and positive feedback (logistic). The work proposes a VI approach to estimating the parameters, and then use a Thompson Sampling approach from the approximate posterior as policy. This allows them to use machinery from Russo and Van Roy to obtain regret bounds.


Reviews: Scalable Demand-Aware Recommendation

Neural Information Processing Systems

Paper revolves over the observation that in e-commerce world customers rarely purchase two items that belong to the same category (e.g. Therefore, they claim that a robust recommendation system should incorporate both utility and time utility. An additional problem that is tackled in the paper is that many e-commerce systems have no explicit negative feedback to learn from (for example one can see only what items customer purchased - positives - and no explicit negatives in form of items user did not like). I believe that the second problem they mention is not as big of a concern as advertised by authors. In absence of any explicit negative signal good replacements are long dwell-time clicks that did not end up in purchase, as well as cart additions that did not end up in the final purchase or returns. Many companies are also implementing swipe to dismiss that is useful for collecting explicit negative signal and can be applied to any e-commerce site easily.


Reviews: Thy Friend is My Friend: Iterative Collaborative Filtering for Sparse Matrix Estimation

Neural Information Processing Systems

Perhaps it should be mentioned that such results originate from the normal SBM where both the information-theoretic threshold for detection, and the conjectured algorithmic threshold were studied in detail, e.g. in "Asymptotic analysis of the stochastic block model for modular networks and its algorithmic applications" by Decelle et al. Also in that case the gap between the two threshold is d (for large d). While the main contribution of the paper is theoretical, it would have been nice to see some practical demonstration of the algorithm, comparison to other algorithms (at the same time this should not be used as an argument for rejection). Evidence of the scalability of the algorithm should be presented. Minor points: While the o(), O(), \Omega() notations are rather standard I was not very familiar with the \omega() and had to look it up to be sure. Perhaps more of NIPS audience would not be familiar with those and the definition could be shortly reminded. I've read the author's feedback and took it into account in my score.