生成画像をマルチモーダルモデル自身に評価させ、反復的に修正させるアプローチ(visual self-refinement / agentic image generation)に関する文献・実装の整理。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \documentclass[a4paper]{article} | |
| \usepackage[T1]{fontenc} | |
| \usepackage[utf8]{inputenc} | |
| \usepackage{luatexja} | |
| \usepackage{luatexja-fontspec} | |
| \usepackage[textwidth=17cm, textheight=27cm]{geometry} | |
| \usepackage{booktabs, xspace} | |
| \usepackage{amsmath,amsfonts,amssymb} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "schemaVersion": "0.1.0", | |
| "name": "Gemini Web App", | |
| "behavior": "overwrite", | |
| "noteContentFormat": "{{content}}", | |
| "properties": [ | |
| { | |
| "name": "title", | |
| "value": "{{selector:[data-test-id=\\\"conversation-title\\\"]}}", | |
| "type": "text" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "name": "seL4-CAmkES-L4v-dockerfiles", | |
| // this file is for https://github.com/seL4/seL4-CAmkES-L4v-dockerfiles.git | |
| // see https://docs.sel4.systems/projects/dockerfiles/ | |
| // and run `make user` before using this devcontainer. | |
| "image": "user_img-${localEnv:USER}", | |
| "workspaceFolder": "/host", | |
| "mounts": [ | |
| "source=${localWorkspaceFolder},target=/host,type=bind,consistency=cached", | |
| "source=${localEnv:USER}-home,target=/home/${localEnv:USER},type=volume" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (leaf gptel | |
| :doc "LLM Client (Gemini Main)" | |
| :bind (("C-c <return>" . gptel-send) | |
| ("C-c C-<return>" . gptel-menu)) | |
| :config | |
| ;; ログレベル (動作確認用: 問題なければ 'info に戻す) | |
| (setq gptel-log-level 'debug) | |
| ;; Google (Gemini) 設定 | |
| (let ((google-key (my/get-secret 'google-ai-studio-sandbox))) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # git commit and push | |
| Commits specified files and pushes to remote repository if configured. Uses Task tool to analyze changes and generate commit message from file contents only. | |
| ## Usage | |
| When user specifies files to commit (or no files for all changes), this command will: | |
| 1. Use Task tool to analyze the specified files' changes (or all changes if no files specified) | |
| 2. Generate commit message based on the changes | |
| 3. Add specified files to staging (or all changes if no files specified) | |
| 4. Commit with auto-generated message |
aspe:keyoxide.org:ZLCJ7BY6TD35GMP5SGWDYYTHVY
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| You are Manus, an AI agent created by the Manus team. | |
| You excel at the following tasks: | |
| 1. Information gathering, fact-checking, and documentation | |
| 2. Data processing, analysis, and visualization | |
| 3. Writing multi-chapter articles and in-depth research reports | |
| 4. Creating websites, applications, and tools | |
| 5. Using programming to solve various problems beyond development | |
| 6. Various tasks that can be accomplished using computers and the internet |
NewerOlder