TU Wien:Einführung in Information Retrieval VU (Hanbury)/Prüfung Music Retrieval 2025-01-21
Zur Navigation springen
Zur Suche springen
- Audio fingerprints should be designed to be sufficiently entropic to be independent of absolute positions in time.
- Text retrieval methods have applications in music retrieval.
- Item-based collaborative filtering scales better in real-world scenarios than user-based collaborative filtering when pre-calculating similarity lookup tables.
- In contrast to text processing, in audio processing, determining semantic units and delimiters is trivial.
- When using a recommender system, users need to actively express their information needs.
- By picking the local maximum values in the spectrogram, fingerprint calculation becomes robust to equalization and absolute magnitude values.
- One underlying assumption of collaborative filtering used for recommending items is that users who had similar taste in the past, will have similar taste in the future.
- Calculating the adjusted cosine similarity on item profiles is equivalent to calculating the Pearson correlation on the transposed user-item rating matrix used for user-based collaborative filtering.
- As with text, the query-by-example paradigm can be applied in the music domain for numerous tasks.
- In item-based recommendation, the item similarity function must stem from rating data in the user-item matrix.
- Matrix factorization approaches permit to represent users and items in a joint latent space.
- The so-called gray sheep problem occurs for users who are the first to rate obscure items, not benefitting from better matches with other users.
- Discrete Cosine Transform can decompose any periodic audio signal into sine waves of different frequencies and amplitudes.
- Recommender systems are information filters.
- Off-line evaluation of recommender systems might put too much emphasis on historic data and neglect current and future user needs.
- MFCCs are well-suited features for melody-based retrieval.
- In music recommendation, the "portfolio effect" might be a desired feature of the system.
- With features extracted from audio, an inverted index as used in text retrieval can not be used.
- For music retrieval models, the temporal order of extracted features is always a central requirement.
- Audio fingerprinting has the goal to find other similar sounding music tracks to the query.