Goto

Collaborating Authors

 Personal Assistant Systems



Amazon Echo Frames (3rd-gen) hands-on: Refined look, better sound, faster Alexa

Engadget

Amazon's smart glasses have yet to impress us, but the company made big changes for its third-gen Echo Frames that could go along way in changing our minds. First, the company has upgraded the design, slimming down the area around your temples that houses all of the components. Amazon has also changed the look, continuing to make the glasses and sunglasses options look more like something you'd actually want to wear. What's more, it's working with the more fashion-minded Carrera Eyewear on smart glasses with a refined touch -- in addition to its own versions. First, there's the improved sound quality.


Amazon Hardware Event 2023: Alexa, Echo Hub, Echo Frames, Eero, Fire TV

WIRED

Every fall, Amazon holds a "Devices and Services" media event where it unleashes a flood of new gadgets and software into the world. At the 2022 edition, Amazon announced a Kindle with a stylus, a robot dog, and a refreshed line of Echoes and Eeros, among other smart home gadgets. This year, the company was eager to prove that it hasn't been left behind by its rivals' recent advances in artificial intelligence and conversational interfaces. Executives showed off a smarter version of Alexa that's been given an AI boost, as well as new smart home products that harness Amazon's computer vision, machine intelligence, and face recognition technologies. There were some stumbling blocks during the presentation, but here are the highlights of what Amazon announced today.


Amazon's Echo Show 8 offers spatial audio and a dynamic, proximity-based UI

Engadget

Amazon debuted an updated Echo Show 8 during its live event today, highlighting the device's new display, camera, microphones and spatial-audio capabilities. Generative AI helps the Echo Show 8 respond dynamically to the user's position in the physical world, offering different displays depending on how far away someone is from the screen. A new language model increases the device's on-board Alexa response time by 40 percent over the previous edition. The Echo Show 8 costs $149.99 and is available for pre-order today. The device will hit the market and start shipping in October.


Apple Watch Series 9 review: Freedom from touching your screen

Engadget

Have you seen the meme about people who dangle too many things on their fingers for no reason whatsoever? I'm not proud to admit it, but I'm one of those. No matter how big of a bag I'm carrying, I always find my hands full, making it difficult to interact with my phone or smartwatch on the go. Which is why voice controlled assistants and hands-free gestures are so appealing. With the Apple Watch Series 9, the company is introducing two new methods of interaction: Double Tap and Raise to Speak (to Siri).


Popularity Degradation Bias in Local Music Recommendation

arXiv.org Artificial Intelligence

In this paper, we study the effect of popularity degradation bias in the context of local music recommendations. Specifically, we examine how accurate two top-performing recommendation algorithms, Weight Relevance Matrix Factorization (WRMF) and Multinomial Variational Autoencoder (Mult-VAE), are at recommending artists as a function of artist popularity. We find that both algorithms improve recommendation performance for more popular artists and, as such, exhibit popularity degradation bias. While both algorithms produce a similar level of performance for more popular artists, Mult-VAE shows better relative performance for less popular artists. This suggests that this algorithm should be preferred for local (long-tail) music artist recommendation.


Unveiling Optimal SDG Pathways: An Innovative Approach Leveraging Graph Pruning and Intent Graph for Effective Recommendations

arXiv.org Artificial Intelligence

The recommendation of appropriate development pathways, also known as ecological civilization patterns for achieving Sustainable Development Goals (namely, sustainable development patterns), are of utmost importance for promoting ecological, economic, social, and resource sustainability in a specific region. To achieve this, the recommendation process must carefully consider the region's natural, environmental, resource, and economic characteristics. However, current recommendation algorithms in the field of computer science fall short in adequately addressing the spatial heterogeneity related to environment and sparsity of regional historical interaction data, which limits their effectiveness in recommending sustainable development patterns. To overcome these challenges, this paper proposes a method called User Graph after Pruning and Intent Graph (UGPIG). Firstly, we utilize the high-density linking capability of the pruned User Graph to address the issue of spatial heterogeneity neglect in recommendation algorithms. Secondly, we construct an Intent Graph by incorporating the intent network, which captures the preferences for attributes including environmental elements of target regions. This approach effectively alleviates the problem of sparse historical interaction data in the region. Through extensive experiments, we demonstrate that UGPIG outperforms state-of-the-art recommendation algorithms like KGCN, KGAT, and KGIN in sustainable development pattern recommendations, with a maximum improvement of 9.61% in Top-3 recommendation performance.


Grounded Complex Task Segmentation for Conversational Assistants

arXiv.org Artificial Intelligence

Following complex instructions in conversational assistants can be quite daunting due to the shorter attention and memory spans when compared to reading the same instructions. Hence, when conversational assistants walk users through the steps of complex tasks, there is a need to structure the task into manageable pieces of information of the right length and complexity. In this paper, we tackle the recipes domain and convert reading structured instructions into conversational structured ones. We annotated the structure of instructions according to a conversational scenario, which provided insights into what is expected in this setting. To computationally model the conversational step's characteristics, we tested various Transformer-based architectures, showing that a token-based approach delivers the best results. A further user study showed that users tend to favor steps of manageable complexity and length, and that the proposed methodology can improve the original web-based instructional text. Specifically, 86% of the evaluated tasks were improved from a conversational suitability point of view.


Drifter: Efficient Online Feature Monitoring for Improved Data Integrity in Large-Scale Recommendation Systems

arXiv.org Artificial Intelligence

Real-world production systems often grapple with maintaining data quality in large-scale, dynamic streams. We introduce Drifter, an efficient and lightweight system for online feature monitoring and verification in recommendation use cases. Drifter addresses limitations of existing methods by delivering agile, responsive, and adaptable data quality monitoring, enabling real-time root cause analysis, drift detection and insights into problematic production events. Integrating state-of-the-art online feature ranking for sparse data and anomaly detection ideas, Drifter is highly scalable and resource-efficient, requiring only two threads and less than a gigabyte of RAM per production deployments that handle millions of instances per minute. Evaluation on real-world data sets demonstrates Drifter's effectiveness in alerting and mitigating data quality issues, substantially improving reliability and performance of real-time live recommender systems.


TrueLearn: A Python Library for Personalised Informational Recommendations with (Implicit) Feedback

arXiv.org Machine Learning

This work describes the TrueLearn Python library, which contains a family of online learning Bayesian models for building educational (or more generally, informational) recommendation systems. This family of models was designed following the "open learner" concept, using humanly-intuitive user representations. For the sake of interpretability and putting the user in control, the TrueLearn library also contains different representations to help end-users visualise the learner models, which may in the future facilitate user interaction with their own models. Together with the library, we include a previously publicly released implicit feedback educational dataset with evaluation metrics to measure the performance of the models. The extensive documentation and coding examples make the library highly accessible to both machine learning developers and educational data mining and learning analytic practitioners. The library and the support documentation with examples are available at https://truelearn.readthedocs.io/en/latest.