Skip to main content

Showing 1–5 of 5 results for author: Toivonen, T

Searching in archive cs. Search in all archives.
.
  1. arXiv:2407.14268  [pdf

    cs.HC cs.AI cs.CY

    Urban Visual Appeal According to ChatGPT: Contrasting AI and Human Insights

    Authors: Milad Malekzadeh, Elias Willberg, Jussi Torkko, Tuuli Toivonen

    Abstract: The visual appeal of urban environments significantly impacts residents' satisfaction with their living spaces and their overall mood, which in turn, affects their health and well-being. Given the resource-intensive nature of gathering evaluations on urban visual appeal through surveys or inquiries from residents, there is a constant quest for automated solutions to streamline this process and sup… ▽ More

    Submitted 29 June, 2024; originally announced July 2024.

    Comments: 42 pages, 4 figures, 6 tables

    MSC Class: J.4

  2. arXiv:2403.08436  [pdf, other

    cs.CV

    PFStorer: Personalized Face Restoration and Super-Resolution

    Authors: Tuomas Varanka, Tapani Toivonen, Soumya Tripathy, Guoying Zhao, Erman Acar

    Abstract: Recent developments in face restoration have achieved remarkable results in producing high-quality and lifelike outputs. The stunning results however often fail to be faithful with respect to the identity of the person as the models lack necessary context. In this paper, we explore the potential of personalized face restoration with diffusion models. In our approach a restoration model is personal… ▽ More

    Submitted 13 March, 2024; originally announced March 2024.

  3. arXiv:2107.11784  [pdf, other

    cs.DS cs.CC cs.LG

    Power of human-algorithm collaboration in solving combinatorial optimization problems

    Authors: Tapani Toivonen

    Abstract: Many combinatorial optimization problems are often considered intractable to solve exactly or by approximation. An example of such problem is maximum clique which -- under standard assumptions in complexity theory -- cannot be solved in sub-exponential time or be approximated within polynomial factor efficiently. We show that if a polynomial time algorithm can query informative Gaussian priors fro… ▽ More

    Submitted 25 July, 2021; originally announced July 2021.

    Comments: 19 pages

  4. arXiv:2106.11034  [pdf

    cs.CY cs.AI

    Teaching Machine Learning in K-12 Computing Education: Potential and Pitfalls

    Authors: Matti Tedre, Tapani Toivonen, Juho Kahila, Henriikka Vartiainen, Teemu Valtonen, Ilkka Jormanainen, Arnold Pears

    Abstract: Over the past decades, numerous practical applications of machine learning techniques have shown the potential of data-driven approaches in a large number of computing fields. Machine learning is increasingly included in computing curricula in higher education, and a quickly growing number of initiatives are expanding it in K-12 computing education, too. As machine learning enters K-12 computing e… ▽ More

    Submitted 2 June, 2021; originally announced June 2021.

  5. arXiv:1909.04396   

    cs.DS cs.CC cs.LO

    Constant factor approximation of MAX CLIQUE

    Authors: Tapani Toivonen, Janne Karttunen

    Abstract: MAX CLIQUE problem (MCP) is an NPO problem, which asks to find the largest complete sub-graph in a graph $G, G = (V, E)$ (directed or undirected). MCP is well known to be $NP-Hard$ to approximate in polynomial time with an approximation ratio of $1 + ε$, for every $ε> 0$ [9] (and even a polynomial time approximation algorithm with a ratio $n^{1 - ε}$ has been conjectured to be non-existent [2] for… ▽ More

    Submitted 18 September, 2019; v1 submitted 10 September, 2019; originally announced September 2019.

    Comments: the reduction does not preserve the approximation ratio